Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"iso-language-codes-639-1-and-639-2@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/iso-language-codes-639-1-and-639-2@kapsarc"
}
] - "definitions":{
- "iso-language-codes-639-1-and-639-2@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/iso-language-codes-639-1-and-639-2@kapsarc_records"
}
}
} - "records":
} - "properties":
- "iso-language-codes-639-1-and-639-2@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "alpha3_b":,{
- "type":"string",
- "title":"alpha3-b",
- "description":""
} - "alpha3_t":,{
- "type":"string",
- "title":"alpha3-t",
- "description":""
} - "alpha2":,{
- "type":"string",
- "title":"alpha2",
- "description":""
} - "english":,{
- "type":"string",
- "title":"English Label",
- "description":""
} - "french":{
- "type":"string",
- "title":"French Label",
- "description":""
}
} - "alpha3_b":
}
} - "fields":
} - "properties":
} - "iso-language-codes-639-1-and-639-2@kapsarc":
}