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":"crop-area-production-quantity-and-value-for-field-crops-vegetables-and-fruit-tre@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/crop-area-production-quantity-and-value-for-field-crops-vegetables-and-fruit-tre@kapsarc"
}
] - "definitions":{
- "crop-area-production-quantity-and-value-for-field-crops-vegetables-and-fruit-tre@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/crop-area-production-quantity-and-value-for-field-crops-vegetables-and-fruit-tre@kapsarc_records"
}
}
} - "records":
} - "properties":
- "crop-area-production-quantity-and-value-for-field-crops-vegetables-and-fruit-tre@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "crop_type":,{
- "type":"string",
- "title":"Crop Type",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "crop-area-production-quantity-and-value-for-field-crops-vegetables-and-fruit-tre@kapsarc":
}