{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-create-robot-response-schema.json", "title": "CreateRobotResponse", "description": "AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (ARN) of the robot." } ] }, "name": { "allOf": [ { "$ref": "#/components/schemas/Name" }, { "description": "The name of the robot." } ] }, "createdAt": { "allOf": [ { "$ref": "#/components/schemas/CreatedAt" }, { "description": "The time, in milliseconds since the epoch, when the robot was created." } ] }, "greengrassGroupId": { "allOf": [ { "$ref": "#/components/schemas/Id" }, { "description": "The Amazon Resource Name (ARN) of the Greengrass group associated with the robot." } ] }, "architecture": { "allOf": [ { "$ref": "#/components/schemas/Architecture" }, { "description": "The target architecture of the robot." } ] }, "tags": { "allOf": [ { "$ref": "#/components/schemas/TagMap" }, { "description": "The list of all tags added to the robot." } ] } }, "deprecated": true }