Production of Gypsum and Plaster
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"production-of-gypsum-and-plaster",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/production-of-gypsum-and-plaster"
}
] - "definitions":{
- "production-of-gypsum-and-plaster":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/production-of-gypsum-and-plaster_records"
}
}
} - "records":
} - "properties":
- "production-of-gypsum-and-plaster_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country":,{
- "type":"string",
- "title":" Country",
- "description":""
} - "sub_commodity":,{
- "type":"string",
- "title":"Sub-commodity",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "production":{
- "type":"number",
- "title":"Production",
- "description":""
}
} - "country":
}
} - "fields":
} - "properties":
} - "production-of-gypsum-and-plaster":