mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 11:26:27 +00:00
34 lines
786 B
JSON
34 lines
786 B
JSON
{
|
|
"$id": "http://ziti-edge.netfoundry.io/schemas/authenticator.patch.json",
|
|
"anyOf": [
|
|
{
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"certPem": {
|
|
"type": "string"
|
|
},
|
|
"tags": {
|
|
"default": {},
|
|
"$ref": "definitions.all.json#/definitions/tags-null"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"username": {
|
|
"$ref": "definitions.all.json#/definitions/username"
|
|
},
|
|
"password": {
|
|
"$ref": "definitions.all.json#/definitions/password"
|
|
},
|
|
"tags": {
|
|
"default": {},
|
|
"$ref": "definitions.all.json#/definitions/tags-null"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |