Properties
| Name | Type | Description |
|---|---|---|
| created_on | object | |
| description | object | |
| id | object | |
| modified_on | object | |
| nexthop | object | |
| prefix | object | |
| priority | object | |
| scope | object | |
| weight | object |
JSON Schema
{
"$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"
}