mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 11:26:27 +00:00
30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"$id": "http://ziti-edge.netfoundry.io/schemas/services.patch.json",
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"required": [
|
|
],
|
|
"properties": {
|
|
"name": {
|
|
"$ref": "definitions.all.json#/definitions/name-null"
|
|
},
|
|
"terminatorStrategy": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"roleAttributes": {
|
|
"default": null,
|
|
"$ref": "definitions.all.json#/definitions/arrayOfString-null"
|
|
},
|
|
"configs": {
|
|
"default": null,
|
|
"$ref": "definitions.all.json#/definitions/arrayOfString-null"
|
|
},
|
|
"tags": {
|
|
"default": {},
|
|
"$ref": "definitions.all.json#/definitions/tags-null"
|
|
}
|
|
}
|
|
} |