{ "$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-environment-structure.json", "description": "The object that contains the Docker image URI for either your robot or simulation applications.", "type": "object", "properties": { "uri": { "allOf": [ { "$ref": "#/components/schemas/RepositoryUrl" }, { "description": "The Docker image URI for either your robot or simulation applications." } ] } }, "name": "Environment" }