Amazon DeepRacer · JSON Structure

List Leaderboard Submissions Response Structure

Response containing leaderboard rankings and submissions.

Type: typedMap Properties: 0
Autonomous VehiclesMachine LearningReinforcement LearningRobotics

List Leaderboard Submissions 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-leaderboard-submissions-response-structure.json",
  "title": "ListLeaderboardSubmissionsResponse",
  "description": "Response containing leaderboard rankings and submissions.",
  "type": "typedMap",
  "fields": {
    "leaderboardSubmissions": {
      "type": "list",
      "description": "List of participant submissions."
    },
    "nextToken": {
      "type": "str",
      "description": "Token for retrieving the next page of results."
    }
  }
}