{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-tenant-structure.json", "title": "Tenant", "type": "object", "properties": { "tenantId": "string", "name": "string", "parentTenantId": "string", "metadata": "object", "createdAt": "string", "updatedAt": "string", "website": "string", "logoUrl": "string" } }