{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WebAuthnUserFactorProfile", "title": "WebAuthnUserFactorProfile", "type": "object", "properties": { "authenticatorName": { "type": "string" }, "credentialId": { "type": "string" } }, "x-okta-tags": [ "UserFactor" ] }