Files
ziti/controller/embedded/api-schema/entities/terminator.patch.json
T
Paul Lorenz ae6edccbab Update for Xt changes (#142)
* Update for Xt changes
2020-05-01 13:24:20 -04:00

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"
}
}
}