{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-user-structure.json", "title": "User", "type": "object", "properties": { "id": "string", "email": "string", "name": "string", "profilePictureUrl": "string", "phoneNumber": "string", "verified": "boolean", "metadata": "object", "roles": "array", "permissions": "array", "mfaEnrolled": "boolean", "tenantId": "string", "createdAt": "string" } }