records
Determining the Service Route
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"determining-the-service-route",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/determining-the-service-route"
}
] - "definitions":{
- "determining-the-service-route":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/determining-the-service-route_records"
}
}
} - "records":
} - "properties":
- "determining-the-service-route_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "service_ar":,{
- "type":"string",
- "title":"Service_AR",
- "description":""
} - "service_en":,{
- "type":"string",
- "title":"Service_EN",
- "description":""
} - "determining_the_service_route":{
- "type":"number",
- "title":"Determining the service route",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "determining-the-service-route":
}