{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserAuthenticationMethodProperties", "title": "UserAuthenticationMethodProperties", "type": "object", "additionalProperties": true, "properties": { "type": { "$ref": "#/components/schemas/UserAuthenticationMethodPropertiesEnum" }, "id": { "type": "string", "format": "authenticator-id" } } }