Files
ziti/controller/embedded/api-schema/entities/terminator.patch.json
T
2020-03-19 13:31:31 -04:00

31 lines
514 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"
]
},
"tags": {
"default": {},
"$ref": "definitions.all.json#/definitions/tags-null"
}
}
}