Number of trips between cities by type of destination (domestic-international)
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"number-of-trips-between-cities-by-type-of-destination-domestic-international",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/number-of-trips-between-cities-by-type-of-destination-domestic-international"
}
] - "definitions":{
- "number-of-trips-between-cities-by-type-of-destination-domestic-international":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/number-of-trips-between-cities-by-type-of-destination-domestic-international_records"
}
}
} - "records":
} - "properties":
- "number-of-trips-between-cities-by-type-of-destination-domestic-international_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "destination":,{
- "type":"string",
- "title":"Destination",
- "description":""
} - "number_of_trips":{
- "type":"integer",
- "title":"Number of trips",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "number-of-trips-between-cities-by-type-of-destination-domestic-international":