{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Route", "type": "object", "properties": { "agencyId": { "type": "string" }, "color": { "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "longName": { "type": "string" }, "nullSafeShortName": { "type": "string" }, "shortName": { "type": "string" }, "textColor": { "type": "string" }, "type": { "type": "integer" }, "url": { "type": "string" } }, "required": [ "id", "type", "agencyId" ] }