ContainerName schema from Amazon MediaStore API
{ "$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-container-name-schema.json", "title": "ContainerName", "description": "ContainerName schema from Amazon MediaStore API", "type": "string", "pattern": "[\\w-]+", "minLength": 1, "maxLength": 255 }