{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RouteOrderResponse", "type": "object", "properties": { "EMSX_SEQUENCE": { "type": "integer" }, "EMSX_ROUTE_ID": { "type": "integer", "description": "Unique route identifier" }, "MESSAGE": { "type": "string" } } }