{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_sdk_v3_ConsumerWebAuthnConfig", "title": "pwa_sdk_v3_ConsumerWebAuthnConfig", "type": "object", "properties": { "create_webauthns": { "type": "boolean" }, "enabled": { "type": "boolean" } }, "required": [ "create_webauthns", "enabled" ] }