Schema Viewer
Viewing v2/runtime/leaderboards/:leaderboard_definition_id/trend/get.json
{
  "id": "https://dev.playlyfe.com/schemas/v2/runtime/leaderboards/:leaderboard_definition_id/trend/get.json",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "params",
    "query"
  ],
  "properties": {
    "params": {
      "$ref": "https://dev.playlyfe.com/schemas/v2/common/component.json"
    },
    "query": {
      "type": "object",
      "additionalProperties": true,
      "required": [
        "cycle",
        "entity_ids"
      ],
      "properties": {
        "cycle": {
          "type": "string",
          "enum": [
            "alltime",
            "daily",
            "weekly",
            "monthly",
            "yearly"
          ]
        },
        "start": {
          "type": "string",
          "maxLength": 20
        },
        "end": {
          "type": "string",
          "maxLength": 20
        },
        "entity_ids": {
          "type": "string",
          "minLength": 3,
          "maxLength": 1500
        }
      }
    }
  }
}