{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreatePasswordlessCodeRequest", "title": "CreatePasswordlessCodeRequest", "type": "object", "properties": { "email": { "type": "string", "format": "email", "description": "User email for email-based passwordless" }, "phoneNumber": { "type": "string", "description": "Phone number for SMS-based passwordless" }, "tenantId": { "type": "string" } } }