{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "RouteStatus", "description": "An object that represents the current status of a route.", "type": "object", "properties": { "status": {} }, "required": [ "status" ] }