Split · Schema
FeatureFlagDefinition
The full definition of a feature flag in a specific environment, including treatments, targeting rules, and rollout configuration.
ExperimentationFeature FlagsFeature ManagementRolloutsSDK
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Name of the feature flag |
| environment | object | |
| trafficType | object | |
| killed | boolean | Whether the flag is killed, forcing all evaluations to return the default treatment |
| treatments | array | List of possible treatments that this feature flag can return |
| defaultTreatment | string | The treatment returned when no targeting rules match or when the flag is killed |
| baselineTreatment | string | The control treatment used as a baseline for experimentation |
| rules | array | Ordered list of targeting rules evaluated top to bottom. The first matching rule determines the treatment. |
| defaultRule | array | The default rule applied when no targeting rules match. Defines the percentage-based rollout for unmatched traffic. |
| trafficAllocation | integer | Percentage of traffic that is included in the feature flag evaluation (0-100). Traffic outside this allocation receives the default treatment. |
| lastModified | integer | Unix timestamp of the last modification |
| creationTime | integer | Unix timestamp of when the definition was created |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FeatureFlagDefinition",
"title": "FeatureFlagDefinition",
"type": "object",
"description": "The full definition of a feature flag in a specific environment, including treatments, targeting rules, and rollout configuration.",
"properties": {
"name": {
"type": "string",
"description": "Name of the feature flag"
},
"environment": {
"$ref": "#/components/schemas/EnvironmentRef"
},
"trafficType": {
"$ref": "#/components/schemas/TrafficType"
},
"killed": {
"type": "boolean",
"description": "Whether the flag is killed, forcing all evaluations to return the default treatment"
},
"treatments": {
"type": "array",
"description": "List of possible treatments that this feature flag can return",
"items": {
"$ref": "#/components/schemas/Treatment"
}
},
"defaultTreatment": {
"type": "string",
"description": "The treatment returned when no targeting rules match or when the flag is killed"
},
"baselineTreatment": {
"type": "string",
"description": "The control treatment used as a baseline for experimentation"
},
"rules": {
"type": "array",
"description": "Ordered list of targeting rules evaluated top to bottom. The first matching rule determines the treatment.",
"items": {
"$ref": "#/components/schemas/TargetingRule"
}
},
"defaultRule": {
"type": "array",
"description": "The default rule applied when no targeting rules match. Defines the percentage-based rollout for unmatched traffic.",
"items": {
"$ref": "#/components/schemas/Bucket"
}
},
"trafficAllocation": {
"type": "integer",
"description": "Percentage of traffic that is included in the feature flag evaluation (0-100). Traffic outside this allocation receives the default treatment.",
"minimum": 0,
"maximum": 100
},
"lastModified": {
"type": "integer",
"format": "int64",
"description": "Unix timestamp of the last modification"
},
"creationTime": {
"type": "integer",
"format": "int64",
"description": "Unix timestamp of when the definition was created"
}
}
}
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/split-featureflagdefinition"
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.