SchemaLocalizationJson Interface @beta
JSON structure for schema localization file.
Properties
| Name | Type | Description | |
|---|---|---|---|
| $schema | string | Schema version identifier | |
| description | string | undefined | Localized schema description | |
| items | [itemName: string]: LocalizedItemText | undefined | Localized schema items, keyed by item name | |
| label | string | undefined | Localized schema label | |
| locale | string | Locale identifier (e.g., "de", "fr", "es-CO") | |
| name | string | Name of the schema this localization applies to | |
| version | string | Version of the schema |
Defined in
Last Updated: 04 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.