{ "$id": "https://schemas.ory.sh/presets/kratos/quickstart/phone-no-password/identity.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "PhoneNoPassword", "type": "object", "properties": { "traits": { "type": "object", "properties": { "phone": { "type": "string", "format": "string", "title": "phone", "minLength": 3, "ory.sh/kratos": { "credentials": { "password": { "identifier": true } } } } }, "required": ["phone"], "additionalProperties": false }, "transient_payload": { "type": "object", "additionalProperties": true } } }