Split · Schema

Split Feature Flag

A feature flag (split) in the Split platform, representing a toggle used to control feature rollouts, targeting rules, and experimentation treatments.

ExperimentationFeature FlagsFeature ManagementRolloutsSDK

Properties

Name Type Description
name string Unique name of the feature flag within a workspace
description string Human-readable description of the feature flag's purpose
trafficType object
creationTime integer Unix timestamp in milliseconds of when the feature flag was created
tags array Tags associated with the feature flag for organization and filtering
View JSON Schema on GitHub

JSON Schema

split-feature-flag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://split.io/schemas/split/feature-flag.json",
  "title": "Split Feature Flag",
  "description": "A feature flag (split) in the Split platform, representing a toggle used to control feature rollouts, targeting rules, and experimentation treatments.",
  "type": "object",
  "required": ["name", "trafficType"],
  "properties": {
    "name": {
      "type": "string",
      "description": "Unique name of the feature flag within a workspace",
      "pattern": "^[a-zA-Z0-9_-]+$",
      "maxLength": 256
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of the feature flag's purpose"
    },
    "trafficType": {
      "$ref": "#/$defs/TrafficType"
    },
    "creationTime": {
      "type": "integer",
      "description": "Unix timestamp in milliseconds of when the feature flag was created"
    },
    "tags": {
      "type": "array",
      "description": "Tags associated with the feature flag for organization and filtering",
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "$defs": {
    "TrafficType": {
      "type": "object",
      "description": "A traffic type defining the kind of entity that feature flags target",
      "required": ["id", "name"],
      "properties": {
        "id": {
          "type": "string",
          "description": "Unique identifier for the traffic type"
        },
        "name": {
          "type": "string",
          "description": "Name of the traffic type (e.g., user, account)"
        }
      }
    },
    "Tag": {
      "type": "object",
      "description": "A tag used to categorize and filter feature flags",
      "required": ["name"],
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the tag"
        }
      }
    }
  }
}

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/split-feature-flag"
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 email required.

A second provider on the same verified email joins the account you already have.