{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Name", "title": "Name", "type": "object", "properties": { "@LanguageCode": { "type": "string" }, "$": { "type": "string" } }, "description": "2-letter ISO 639-1 language code for the corresponding item." }