{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_route_deleted_response", "title": "magic_route_deleted_response", "allOf": [ { "$ref": "#/components/schemas/magic_api-response-single" }, { "properties": { "result": { "properties": { "deleted": { "example": true, "type": "boolean" }, "deleted_route": { "$ref": "#/components/schemas/magic_route" } }, "type": "object" } } } ] }