global plastic waste
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"global-plastic-waste",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/global-plastic-waste"
}
] - "definitions":{
- "global-plastic-waste":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/global-plastic-waste_records"
}
}
} - "records":
} - "properties":
- "global-plastic-waste_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "total":,{
- "type":"number",
- "title":"Total",
- "description":""
} - "recycled":,{
- "type":"number",
- "title":"Recycled",
- "description":""
} - "incinerated":,{
- "type":"number",
- "title":"Incinerated",
- "description":""
} - "landfilled":,{
- "type":"number",
- "title":"Landfilled",
- "description":""
} - "mismanaged":,{
- "type":"number",
- "title":"Mismanaged",
- "description":""
} - "littered":{
- "type":"number",
- "title":"Littered",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "global-plastic-waste":