{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/customers-language-structure.json", "name": "Language", "description": "Sorted Language", "type": "object", "properties": { "LanguageId": { "description": "ISO 639-1 Language Code", "type": "string", "example": "500123" }, "DisplayOrder": { "description": "Display Order", "type": "int32", "example": 1 }, "Name": { "description": "Language Name", "type": "string", "example": "Example Name" }, "Enabled": { "description": "Is the language enabled for use.", "type": "boolean", "example": true } } }