boundless-insurance-60355
01/30/2023, 11:57 PMboundless-insurance-60355
01/30/2023, 11:57 PM{
"$id": "<https://schemas.ory.sh/presets/kratos/quickstart/email-password/identity.schema.json>",
"$schema": "<http://json-schema.org/draft-07/schema#>",
"title": "Person",
"type": "object",
"properties": {
"traits": {
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email",
"title": "Email",
"minLength": 3,
"<http://ory.sh/kratos|ory.sh/kratos>": {
"credentials": {
"password": {
"identifier": true
},
"totp": {
"account_name": true
},
"webauthn": {
"identifier": true
}
},
"verification": {
"via": "email"
},
"recovery": {
"via": "email"
}
}
}
},
"required": [
"email"
],
"additionalProperties": false
}
}
}
boundless-insurance-60355
02/13/2023, 8:58 PMmagnificent-energy-493
boundless-insurance-60355
02/19/2023, 9:19 AMmagnificent-energy-493
boundless-insurance-60355
02/21/2023, 11:11 PM