{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_route", "title": "magic_route", "properties": { "created_on": { "$ref": "#/components/schemas/magic_created_on" }, "description": { "$ref": "#/components/schemas/magic_description" }, "id": { "$ref": "#/components/schemas/magic_identifier" }, "modified_on": { "$ref": "#/components/schemas/magic_modified_on" }, "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" }