{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UnknownExtensionRouteIdentity", "title": "UnknownExtensionRouteIdentity", "type": "object", "required": [ "id", "type" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQLzA1OWEyNzNlLWJiYjAtMTFlYy04NDIyLTAyNDJhYzEyMDAwMg", "description": "ID of the route type." }, "type": { "$ref": "#/components/schemas/RouteType", "description": "Type associated with the identity." } } }