{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/frontegg/main/json-schema/frontegg-identity-passwordlessauthenticationsmsotcpreloginresponsedto-schema.json", "title": "PasswordlessAuthenticationSmsOTCPreloginResponseDto", "description": "JSON Schema for Frontegg identity PasswordlessAuthenticationSmsOTCPreloginResponseDto entity, derived from the published OpenAPI specification.", "type": "object", "properties": { "phoneNumber": { "type": "string" }, "resetPhoneNumberToken": { "type": "string" } } }