Production of Indium, Refinery
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"production-of-indium-refinery",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/production-of-indium-refinery"
}
] - "definitions":{
- "production-of-indium-refinery":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/production-of-indium-refinery_records"
}
}
} - "records":
} - "properties":
- "production-of-indium-refinery_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country":,{
- "type":"string",
- "title":" Country",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "production":{
- "type":"number",
- "title":"Production",
- "description":""
}
} - "country":
}
} - "fields":
} - "properties":
} - "production-of-indium-refinery":