سجلات
Waste stream by district
مخطط مجموعة البيانات
انقر للتوسيع انقر للطي
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
{
- "title":"waste-stream-by-district",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/waste-stream-by-district"
}
] - "definitions":{
- "waste-stream-by-district":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/waste-stream-by-district_records"
}
}
} - "records":
} - "properties":
- "waste-stream-by-district_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "area":,{
- "type":"string",
- "title":" Area",
- "description":""
} - "stream":,{
- "type":"string",
- "title":"stream",
- "description":""
} - "value":{
- "type":"number",
- "title":"value",
- "description":""
}
} - "area":
}
} - "fields":
} - "properties":
} - "waste-stream-by-district":
}