{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UserInfo", "type": "object", "properties": { "type": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "fullname": { "type": "string" }, "email": { "type": "string" }, "emailVerified": { "type": "boolean" }, "plan": { "type": "string" }, "canPay": { "type": "boolean" }, "avatarUrl": { "type": "string" }, "orgs": { "type": "array" }, "auth": { "type": "object" } } }