c030e80e939618d6…
Created Jun 12, 20268 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| name | string | |
| familyId | string | → Family |
| iso639_1 | string | |
| iso639_2 | string | |
| scriptId | string | → Script |
| speakers | integer | |
| isOfficial | boolean | |
| nativeName | string |
JSON Schema
{
"type": "object",
"title": "Language",
"required": [
"name",
"nativeName",
"iso639_1",
"iso639_2",
"familyId",
"scriptId",
"speakers",
"isOfficial"
],
"properties": {
"name": {
"type": "string",
"description": "English name of the language"
},
"familyId": {
"type": "string",
"x-ref-type": "Family",
"description": "Language family identifier"
},
"iso639_1": {
"type": "string",
"description": "ISO 639-1 two-letter language code"
},
"iso639_2": {
"type": "string",
"description": "ISO 639-2/T three-letter language code"
},
"scriptId": {
"type": "string",
"x-ref-type": "Script",
"description": "Primary writing script identifier"
},
"speakers": {
"type": "integer",
"description": "Approximate total number of speakers (L1 + L2)"
},
"isOfficial": {
"type": "boolean",
"description": "Whether this language is an official language of at least one country"
},
"nativeName": {
"type": "string",
"description": "Name of the language in its own script"
}
},
"description": "A major world language with ISO 639 codes, family, script, and speaker count."
}Used by 1 collection
Full hash:c030e80e939618d60cd020c444875776335a8a7e76745339b9ed705e96d2e49e
ID:511c2f1d-bc7e-408b-be56-bbbade26c406