Metals Production
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"some-metals-production-2003-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/some-metals-production-2003-2014"
}
] - "definitions":{
- "some-metals-production-2003-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/some-metals-production-2003-2014_records"
}
}
} - "records":
} - "properties":
- "some-metals-production-2003-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "date_object":{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "some-metals-production-2003-2014":