{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-syntax-language-code-schema.json", "title": "SyntaxLanguageCode", "description": "SyntaxLanguageCode schema", "type": "string", "enum": [ "en", "es", "fr", "de", "it", "pt" ] }