{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Language",
"title": "Language",
"type": "string",
"example": "EN",
"description": "language code according to ISO 639-1. For the United States - EN",
"nullable": true
}