{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_route_add_single_request", "title": "magic_route_add_single_request", "properties": { "description": { "$ref": "#/components/schemas/magic_description" }, "nexthop": { "$ref": "#/components/schemas/magic_nexthop" }, "prefix": { "$ref": "#/components/schemas/magic_prefix" }, "priority": { "$ref": "#/components/schemas/magic_priority" }, "scope": { "$ref": "#/components/schemas/magic_scope" }, "weight": { "$ref": "#/components/schemas/magic_weight" } }, "required": [ "prefix", "nexthop", "priority" ], "type": "object" }