WebAuthnRegisterBeginResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/WebAuthnRegisterBeginResponseBody.jsonchallengeIdstringrequired
publicKeyrequired
PublicKeyCredentialCreationOptions per W3C WebAuthn
WebAuthnRegisterBeginResponseBody
{
"$schema": "https://example.com/schemas/WebAuthnRegisterBeginResponseBody.json",
"challengeId": "string"
}