The CORS policy of the container.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediastore/refs/heads/main/json-schema/mediastore-api-cors-policy-schema.json", "title": "CorsPolicy", "description": "The CORS policy of the container. ", "type": "array", "items": { "$ref": "#/components/schemas/CorsRule" }, "minItems": 1, "maxItems": 100 }