{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_route_delete_many_request", "title": "magic_route_delete_many_request", "properties": { "routes": { "items": { "$ref": "#/components/schemas/magic_route_delete_id" }, "type": "array" } }, "required": [ "routes" ], "type": "object" }