{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-schema/mediatailor-api-create-vod-source-request-schema.json", "title": "CreateVodSourceRequest", "description": "CreateVodSourceRequest schema from Amazon MediaTailor API", "type": "object", "properties": { "HttpPackageConfigurations": { "allOf": [ { "$ref": "#/components/schemas/HttpPackageConfigurations" }, { "description": "A list of HTTP package configuration parameters for this VOD source." } ] }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/__mapOf__string" }, { "xml": { "name": "tags" }, "description": "The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources." } ] } }, "required": [ "HttpPackageConfigurations" ] }