{
"name": "string",
"description": "string",
"query": {
"from": {
"sources": [
{
"table": "string",
"alias": "string",
"joins": [
{
"type": "INNER",
"toAlias": "string",
"condition": {
"==": [
1,
1
]
}
}
]
}
],
"where": {
"==": [
1,
1
]
}
},
"select": {
"fields": [
{
"source": "string",
"alias": "string"
}
],
"expressions": [
{
"name": "string",
"expression": {
"==": [
1,
1
]
}
}
]
},
"with": [
{
"name": "string",
"query": {
"from": {
"table": "string",
"alias": "string"
},
"select": {
"groupBy": [
"string"
],
"aggregations": [
{
"function": "SUM",
"column": "string",
"alias": "string"
}
]
},
"where": {
"==": [
1,
1
]
}
},
"join": {
"type": "INNER",
"on": {
"==": [
1,
1
]
}
}
}
],
"orderBy": {
"expressions": [
{
"expression": {
"==": [
1,
1
]
},
"direction": "ASC"
}
],
"window": {
"function": "ROW_NUMBER",
"alias": "string"
}
}
},
"displayTopN": 10,
"showUserRank": true,
"showUserScore": true,
"defaultLang": "aa",
"runtimeLeaderboardConfigurationId": "string",
"translations": [
{
"lang": "aa",
"label": "string",
"description": "string"
}
]
}