{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WebAuthnUserFactor", "title": "WebAuthnUserFactor", "type": "object", "properties": { "profile": { "$ref": "#/components/schemas/WebAuthnUserFactorProfile" } }, "x-okta-parent": "#/definitions/UserFactor", "x-okta-tags": [ "UserFactor" ] }