Amazon DeepRacer · JSON Structure

Car Structure

A physical DeepRacer vehicle registered to an AWS account.

Type: typedMap Properties: 0
Autonomous VehiclesMachine LearningReinforcement LearningRobotics

Car 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/car-structure.json",
  "title": "Car",
  "description": "A physical DeepRacer vehicle registered to an AWS account.",
  "type": "typedMap",
  "fields": {
    "vehicleArn": {
      "type": "str",
      "description": "The ARN uniquely identifying the DeepRacer vehicle."
    },
    "vehicleName": {
      "type": "str",
      "description": "The display name of the vehicle."
    },
    "fleetArn": {
      "type": "str",
      "description": "The ARN of the fleet this vehicle belongs to."
    },
    "createdAt": {
      "type": "str",
      "description": "Timestamp when the vehicle was registered."
    },
    "lastModifiedTime": {
      "type": "str",
      "description": "Timestamp when the vehicle was last updated."
    },
    "tagsList": {
      "type": "list",
      "description": "Tags associated with the vehicle."
    }
  }
}