{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-image-builder/refs/heads/main/json-structure/ec2-image-builder-container-structure.json", "name": "Container", "description": "A container encapsulates the runtime environment for an application.", "type": "object", "properties": { "region": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "Containers and container images are Region-specific. This is the Region context for the container." } ] }, "imageUris": { "allOf": [ { "$ref": "#/components/schemas/StringList" }, { "description": "A list of URIs for containers created in the context Region." } ] } } }