Production of Potash
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"production-of-potash",
 - "type":"object",
 - "oneOf":,[
- {
- "$ref":"#/definitions/production-of-potash"
 
} 
] - "definitions":{
- "production-of-potash":,{
- "properties":{
- "records":{
- "type":"array",
 - "items":{
- "$ref":"#/definitions/production-of-potash_records"
 
} 
} 
} - "records":
 
} - "properties":
 - "production-of-potash_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-potash":