Amazon DeepRacer · JSON Structure

List Leaderboards Response Structure

Response containing a list of DeepRacer leaderboards.

Type: typedMap Properties: 0
Autonomous VehiclesMachine LearningReinforcement LearningRobotics

List Leaderboards Response Structure is a JSON Structure definition published by Amazon DeepRacer. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-deepracer/json-structure/list-leaderboards-response-structure.json",
  "title": "ListLeaderboardsResponse",
  "description": "Response containing a list of DeepRacer leaderboards.",
  "type": "typedMap",
  "fields": {
    "leaderboards": {
      "type": "list",
      "description": "List of leaderboards."
    },
    "nextToken": {
      "type": "str",
      "description": "Token for retrieving the next page of results."
    }
  }
}