{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GeneratedSurveyRootTranslation", "title": "GeneratedSurveyRootTranslation", "type": "object", "properties": { "name": { "type": "string", "description": "Translated survey name." }, "thankYouMessageHeader": { "type": "string", "description": "Translated thank-you header." }, "thankYouMessageDescription": { "type": "string", "description": "Translated thank-you description." }, "thankYouMessageCloseButtonText": { "type": "string", "description": "Translated thank-you close button text." } } }