{ "$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-s3-key-output-schema.json", "title": "S3KeyOutput", "description": "Information about S3 keys.", "type": "object", "properties": { "s3Key": { "allOf": [ { "$ref": "#/components/schemas/S3KeyOrPrefix" }, { "description": "The S3 key." } ] }, "etag": { "allOf": [ { "$ref": "#/components/schemas/S3Etag" }, { "description": "The etag for the object." } ] } } }