Frontegg · Schema

FeatureFlagDtoThin

JSON Schema for Frontegg entitlements FeatureFlagDtoThin entity, derived from the published OpenAPI specification.

AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOpenID Connect

Properties

Name Type Description
id string UUID string that represents the feature flag ID
name string String that represent the feature flag name
on boolean Boolean indicating whether the feature flag is on
offTreatment string Enum that represents the treatment in case feature flag is off
defaultTreatment string Enum that represents the default treatment
description string String the represents the feature flag description
updatedAt string Date when feature flag was created
createdAt string Date when feature flag was last updated
View JSON Schema on GitHub

JSON Schema

frontegg-entitlements-featureflagdtothin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/frontegg/main/json-schema/frontegg-entitlements-featureflagdtothin-schema.json",
  "title": "FeatureFlagDtoThin",
  "description": "JSON Schema for Frontegg entitlements FeatureFlagDtoThin entity, derived from the published OpenAPI specification.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "UUID string that represents the feature flag ID",
      "example": "e6a5012c-cbeb-4c1e-ab80-e5f43efd44e3"
    },
    "name": {
      "type": "string",
      "description": "String that represent the feature flag name",
      "example": "Test Feature Flag"
    },
    "on": {
      "type": "boolean",
      "description": "Boolean indicating whether the feature flag is on",
      "example": true
    },
    "offTreatment": {
      "type": "string",
      "description": "Enum that represents the treatment in case feature flag is off",
      "example": "false",
      "enum": [
        "true",
        "false"
      ]
    },
    "defaultTreatment": {
      "type": "string",
      "description": "Enum that represents the default treatment",
      "example": "true",
      "enum": [
        "true",
        "false"
      ]
    },
    "description": {
      "type": "string",
      "description": "String the represents the feature flag description",
      "example": "This is a test feature flag"
    },
    "updatedAt": {
      "format": "date-time",
      "type": "string",
      "description": "Date when feature flag was created",
      "example": "2022-01-01T00:00:00"
    },
    "createdAt": {
      "format": "date-time",
      "type": "string",
      "description": "Date when feature flag was last updated",
      "example": "2022-01-01T00:00:00"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/frontegg-entitlements-featureflagdtothin"
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.