{ "$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" } } } ] }