سجلات
الأجرة الهجينة
مخطط مجموعة البيانات
انقر للتوسيع انقر للطي
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
{
- "title":"hybrids-taxi",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/hybrids-taxi"
}
] - "definitions":{
- "hybrids-taxi":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/hybrids-taxi_records"
}
}
} - "records":
} - "properties":
- "hybrids-taxi_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "period_covered":,{
- "type":"string",
- "title":"Period Covered",
- "description":""
} - "number_of_hybrids_taxis":{
- "type":"number",
- "title":"Number of Hybrids Taxis",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "hybrids-taxi":
}