Frontegg · Schema
EntitlementPlan
JSON Schema for Frontegg entitlements EntitlementPlan entity, derived from the published OpenAPI specification.
AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOpenID Connect
Properties
| Name | Type | Description |
|---|---|---|
| id | string | UUID string that represents the plan ID |
| vendorId | string | UUID string that represents the vendor ID |
| name | string | String that represents the plan name |
| defaultTimeLimitation | number | Number that represents the default time limitation in days for auto-assigned plans |
| description | string | Feature plan description |
| createdAt | string | Date when plan was created |
| updatedAt | string | Date when plan was last updated |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/frontegg/main/json-schema/frontegg-entitlements-entitlementplan-schema.json",
"title": "EntitlementPlan",
"description": "JSON Schema for Frontegg entitlements EntitlementPlan entity, derived from the published OpenAPI specification.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "UUID string that represents the plan ID",
"example": "e6a5012c-cbeb-4c1e-ab80-e5f43efd44e3"
},
"vendorId": {
"type": "string",
"description": "UUID string that represents the vendor ID",
"example": "e6a5012c-cbeb-4c1e-ab80-e5f43efd44e3"
},
"name": {
"type": "string",
"description": "String that represents the plan name",
"example": "Test Plan"
},
"defaultTimeLimitation": {
"type": "number",
"description": "Number that represents the default time limitation in days for auto-assigned plans",
"example": "30"
},
"description": {
"type": "string",
"description": "Feature plan description",
"example": "This is a test plan"
},
"createdAt": {
"type": "string",
"description": "Date when plan was created",
"example": "2022-01-01T00:00:00"
},
"updatedAt": {
"type": "string",
"description": "Date when plan was last updated",
"example": "2022-01-01T00:00:00"
}
},
"required": [
"id",
"vendorId",
"name",
"createdAt"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/frontegg-entitlements-entitlementplan"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.