{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-polly/refs/heads/main/json-structure/amazon-polly-put-lexicon-input-structure.json", "name": "PutLexiconInput", "description": "PutLexiconInput schema from Amazon Polly API", "type": "object", "properties": { "Content": { "allOf": [ { "$ref": "#/components/schemas/LexiconContent" }, { "description": "Content of the PLS lexicon as string data." } ] } }, "required": [ "Content" ] }