SpeechMarkType 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-speech-mark-type-schema.json", "title": "SpeechMarkType", "description": "SpeechMarkType schema from Amazon Polly API", "type": "string", "enum": [ "sentence", "ssml", "viseme", "word" ] }