mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 19:32:22 +00:00
31 lines
514 B
JSON
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"
|
|
}
|
|
}
|
|
} |