mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 11:26:27 +00:00
14 lines
264 B
JSON
14 lines
264 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"
|
|
}
|
|
}
|
|
}
|