Amazon Robomaker Openapi Create Robot Application Version Response Structure
CreateRobotApplicationVersionResponse schema from openapi
Type: objectProperties: 8
RoboticsSimulation
CreateRobotApplicationVersionResponse is a JSON Structure definition published by Amazon RoboMaker, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-structure/amazon-robomaker-openapi-create-robot-application-version-response-structure.json",
"description": "CreateRobotApplicationVersionResponse schema from openapi",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the robot application."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "The name of the robot application."
}
]
},
"version": {
"allOf": [
{
"$ref": "#/components/schemas/Version"
},
{
"description": "The version of the robot application."
}
]
},
"sources": {
"allOf": [
{
"$ref": "#/components/schemas/Sources"
},
{
"description": "The sources of the robot application."
}
]
},
"robotSoftwareSuite": {
"allOf": [
{
"$ref": "#/components/schemas/RobotSoftwareSuite"
},
{
"description": "The robot software suite (ROS distribution) used by the robot application."
}
]
},
"lastUpdatedAt": {
"allOf": [
{
"$ref": "#/components/schemas/LastUpdatedAt"
},
{
"description": "The time, in milliseconds since the epoch, when the robot application was last updated."
}
]
},
"revisionId": {
"allOf": [
{
"$ref": "#/components/schemas/RevisionId"
},
{
"description": "The revision id of the robot application."
}
]
},
"environment": {
"allOf": [
{
"$ref": "#/components/schemas/Environment"
},
{
"description": "The object that contains the Docker image URI used to create your robot application."
}
]
}
},
"name": "CreateRobotApplicationVersionResponse"
}
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.