{ "$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-allowed-methods-schema.json", "title": "AllowedMethods", "description": "AllowedMethods schema from Amazon MediaStore API", "type": "array", "items": { "$ref": "#/components/schemas/MethodName" }, "minItems": 1, "maxItems": 4 }