Leaderboard Structure is a JSON Structure definition published by Amazon DeepRacer. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://api-evangelist.github.io/amazon-deepracer/json-structure/leaderboard-structure.json",
"title": "Leaderboard",
"description": "A DeepRacer racing leaderboard where participants submit model performances.",
"type": "typedMap",
"fields": {
"arn": {
"type": "str",
"description": "The ARN uniquely identifying the leaderboard."
},
"name": {
"type": "str",
"description": "The display name of the leaderboard."
},
"status": {
"type": "str",
"description": "Current status."
},
"submissionClosureTime": {
"type": "str",
"description": "Timestamp when submissions close."
},
"isQualifier": {
"type": "bool",
"description": "Whether this leaderboard qualifies participants for championship events."
},
"trackType": {
"type": "str",
"description": "The type of track used for this leaderboard."
},
"minimumCountOfLaps": {
"type": "int",
"description": "Minimum number of consecutive laps required."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.