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