{ "$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-pagination-token-schema.json", "title": "PaginationToken", "description": "PaginationToken schema from Amazon MediaStore API", "type": "string", "pattern": "[0-9A-Za-z=/+]+", "minLength": 1, "maxLength": 1024 }