mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 11:26:27 +00:00
fb8be70394
* Implement config store. Fixes GH-17 * Fix PATCH. Allow null tags on patch and add config patch test
20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"$id": "http://ziti-edge.netfoundry.io/schemas/config.patch.json",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
],
|
|
"properties": {
|
|
"name": {
|
|
"$ref": "definitions.all.json#/definitions/name-null"
|
|
},
|
|
"data": {
|
|
"default": {},
|
|
"$ref": "definitions.all.json#/definitions/config-data-null"
|
|
},
|
|
"tags": {
|
|
"default": {},
|
|
"$ref": "definitions.all.json#/definitions/tags-null"
|
|
}
|
|
}
|
|
} |