mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 19:32:22 +00:00
c8e2729f05
- Updates .gitignore files - Fixes imports
15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"$id": "http://ziti-edge.netfoundry.io/schemas/app-wans.patch.json",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"name": {
|
|
"$ref": "definitions.all.json#/definitions/name-null"
|
|
},
|
|
"tags": {
|
|
"$ref": "definitions.all.json#/definitions/tags-null"
|
|
}
|
|
}
|
|
}
|