{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_session_v1_BiometricFactor", "title": "api_session_v1_BiometricFactor", "type": "object", "properties": { "biometric_registration_id": { "type": "string" } }, "required": [ "biometric_registration_id" ] }