{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeleteRouteRequest", "type": "object", "properties": { "EMSX_SEQUENCE": { "type": "integer", "description": "Order sequence number" }, "EMSX_ROUTE_ID": { "type": "integer", "description": "Route ID to cancel" } } }