mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 03:16:23 +00:00
ae6edccbab
* Update for Xt changes
37 lines
700 B
JSON
37 lines
700 B
JSON
{
|
|
"$id": "http://ziti-edge.netfoundry.io/schemas/terminator.patch.json",
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"required": [
|
|
],
|
|
"properties": {
|
|
"router": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"binding": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"address": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"cost": {
|
|
"$ref": "definitions.all.json#/definitions/terminator-cost"
|
|
},
|
|
"precedence": {
|
|
"$ref": "definitions.all.json#/definitions/terminator-precedence"
|
|
},
|
|
"tags": {
|
|
"default": {},
|
|
"$ref": "definitions.all.json#/definitions/tags-null"
|
|
}
|
|
}
|
|
} |