TextType schema from Amazon Polly API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-polly/refs/heads/main/json-schema/amazon-polly-text-type-schema.json", "title": "TextType", "description": "TextType schema from Amazon Polly API", "type": "string", "enum": [ "ssml", "text" ] }