Green houses crops by cropped area, quantity and value
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"green-houses-crops-by-cropped-area-quantity-and-value",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/green-houses-crops-by-cropped-area-quantity-and-value"
}
] - "definitions":{
- "green-houses-crops-by-cropped-area-quantity-and-value":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/green-houses-crops-by-cropped-area-quantity-and-value_records"
}
}
} - "records":
} - "properties":
- "green-houses-crops-by-cropped-area-quantity-and-value_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "crop":,{
- "type":"string",
- "title":"Crop",
- "description":""
} - "value_of_crop_production_in_000_kd":,{
- "type":"number",
- "title":"Value of Crop Production (in 000 KD)",
- "description":"1000 KD"
} - "quantity_of_crop_production_in_ton":,{
- "type":"number",
- "title":"Quantity of Crop Production (in Ton)",
- "description":"Ton"
} - "cropped_area_in_donum":{
- "type":"number",
- "title":"Cropped Area (in Donum*)",
- "description":"Donum"
}
} - "year":
}
} - "fields":
} - "properties":
} - "green-houses-crops-by-cropped-area-quantity-and-value":