Amazon MediaStore · JSON Structure

Mediastore Api Cors Policy Structure

The CORS policy of the container.

Type: array Properties: 0
BroadcastingMedia ProcessingMedia

CorsPolicy is a JSON Structure definition published by Amazon MediaStore. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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