Frontegg · JSON Structure

Frontegg Plan Structure

Type: object Properties: 7
AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOAuthOpenID Connect

Frontegg Plan Structure is a JSON Structure definition published by Frontegg, describing 7 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id name description features bundles price createdAt

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$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"
  }
}