{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/APIName", "title": "APIName", "type": "string", "enum": [ "PUT_MEDIA", "GET_MEDIA", "LIST_FRAGMENTS", "GET_MEDIA_FOR_FRAGMENT_LIST", "GET_HLS_STREAMING_SESSION_URL", "GET_DASH_STREAMING_SESSION_URL", "GET_CLIP", "GET_IMAGES" ] }