LaunchDarkly · Schema
FeatureFlag
A feature flag with its configuration across all environments.
Feature FlagsFeature ManagementExperimentationObservabilityContinuous DeliveryDevOpsAI AgentsRelease ManagementDeveloper ToolsT1
Properties
| Name | Type | Description |
|---|---|---|
| key | string | The unique key identifying this feature flag. |
| name | string | The human-readable name of the feature flag. |
| description | string | A description of the feature flag purpose and behavior. |
| kind | string | The type of flag, such as boolean or multivariate. |
| tags | array | Tags applied to this feature flag. |
| creationDate | integer | Unix epoch timestamp in milliseconds when the flag was created. |
| variations | array | The possible values this flag can serve. |
| temporary | boolean | Whether this flag is intended to be temporary. |
| archived | boolean | Whether this flag has been archived. |
| environments | object | A map of environment keys to their flag configurations. |
| _links | object | |
| _version | integer | The current version number of this flag for concurrency control. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FeatureFlag",
"title": "FeatureFlag",
"type": "object",
"description": "A feature flag with its configuration across all environments.",
"properties": {
"key": {
"type": "string",
"description": "The unique key identifying this feature flag."
},
"name": {
"type": "string",
"description": "The human-readable name of the feature flag."
},
"description": {
"type": "string",
"description": "A description of the feature flag purpose and behavior."
},
"kind": {
"type": "string",
"description": "The type of flag, such as boolean or multivariate.",
"enum": [
"boolean",
"multivariate"
]
},
"tags": {
"type": "array",
"description": "Tags applied to this feature flag.",
"items": {
"type": "string"
}
},
"creationDate": {
"type": "integer",
"format": "int64",
"description": "Unix epoch timestamp in milliseconds when the flag was created."
},
"variations": {
"type": "array",
"description": "The possible values this flag can serve.",
"items": {
"$ref": "#/components/schemas/Variation"
}
},
"temporary": {
"type": "boolean",
"description": "Whether this flag is intended to be temporary."
},
"archived": {
"type": "boolean",
"description": "Whether this flag has been archived."
},
"environments": {
"type": "object",
"description": "A map of environment keys to their flag configurations.",
"additionalProperties": {
"$ref": "#/components/schemas/FlagEnvironment"
}
},
"_links": {
"$ref": "#/components/schemas/Links"
},
"_version": {
"type": "integer",
"description": "The current version number of this flag for concurrency control."
}
}
}
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/launchdarkly-featureflag"
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.