{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediastore/refs/heads/main/json-structure/mediastore-api-describe-container-output-structure.json", "name": "DescribeContainerOutput", "type": "object", "description": "DescribeContainerOutput schema from Amazon MediaStore API", "properties": { "Container": { "allOf": [ { "$ref": "#/components/schemas/Container" }, { "description": "The name of the queried container." } ] } } }