Allow using several authencation-types at once

schemas
Kelvin Schoofs 6 years ago
parent 1468f48f64
commit d92e7004c6

@ -105,7 +105,7 @@
} }
}, },
"authentication": { "authentication": {
"oneOf": [ "anyOf": [
{ {
"$ref": "#/definitions/authentication-types/password" "$ref": "#/definitions/authentication-types/password"
}, },

Loading…
Cancel
Save