Files
ziti/controller/embedded/api-schema/entities/service.patch.json
T

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