Vehicles Imported, by Type
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"vehicles-imported-by-type-2000-2009ad",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/vehicles-imported-by-type-2000-2009ad"
}
] - "definitions":{
- "vehicles-imported-by-type-2000-2009ad":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/vehicles-imported-by-type-2000-2009ad_records"
}
}
} - "records":
} - "properties":
- "vehicles-imported-by-type-2000-2009ad_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "years":,{
- "type":"string",
- "format":"date",
- "title":"Years",
- "description":""
} - "vehicle_type":,{
- "type":"string",
- "title":"Vehicle Type",
- "description":""
} - "import_value":{
- "type":"integer",
- "title":"Number of Vehicles",
- "description":""
}
} - "years":
}
} - "fields":
} - "properties":
} - "vehicles-imported-by-type-2000-2009ad":