{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_routed_subnet", "title": "magic_routed_subnet", "properties": { "nat": { "$ref": "#/components/schemas/magic_nat" }, "next_hop": { "$ref": "#/components/schemas/magic_ip-address" }, "prefix": { "$ref": "#/components/schemas/magic_cidr" } }, "required": [ "prefix", "next_hop" ], "type": "object" }