{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-entitlement-structure.json", "title": "Entitlement", "type": "object", "properties": { "id": "string", "planId": "string", "featureKey": "string", "tenantId": "string", "userId": "string", "expiresAt": "string", "status": "string" } }