Files
ziti/controller/embedded/api-schema/entities/app-wan.patch.json
T
Andrew Martinez c8e2729f05 GH-18 removes ziti-edge/edge folder and moves all contents up 1 row
- Updates .gitignore files
- Fixes imports
2019-12-18 10:02:25 -05:00

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