{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormLanguages", "title": "FormLanguages", "type": "object", "additionalProperties": false, "properties": { "primary": { "type": "string", "minLength": 1, "maxLength": 55 }, "default": { "type": "string", "minLength": 1, "maxLength": 55 } } }