{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-plan-structure.json", "title": "Plan", "type": "object", "properties": { "id": "string", "name": "string", "description": "string", "features": "array", "bundles": "array", "price": "number", "createdAt": "string" } }