{
"runtimeLeaderboardConfigurationId": "string",
"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",
"langs": [
"aa"
],
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}