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