mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 19:32:22 +00:00
c8e2729f05
- Updates .gitignore files - Fixes imports
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"$id": "http://ziti-edge.netfoundry.io/schemas/services.patch.json",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
],
|
|
"properties": {
|
|
"name": {
|
|
"$ref": "definitions.all.json#/definitions/name-null"
|
|
},
|
|
"dns": {
|
|
"type": [
|
|
"object",
|
|
"null"
|
|
],
|
|
"additionalProperties": false,
|
|
"required": [
|
|
],
|
|
"properties": {
|
|
"hostname": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"port": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"egressRouter": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"endpointAddress": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"edgeRouterRoles" : {
|
|
"default" : null,
|
|
"$ref" : "definitions.all.json#/definitions/arrayOfString-null"
|
|
},
|
|
"roleAttributes" : {
|
|
"default" : null,
|
|
"$ref" : "definitions.all.json#/definitions/arrayOfString-null"
|
|
},
|
|
"tags": {
|
|
"default": {},
|
|
"$ref": "definitions.all.json#/definitions/tags-null"
|
|
}
|
|
}
|
|
} |