Split · Schema

Split Segment

A segment in the Split platform, representing a reusable group of identities (keys) that can be referenced in feature flag targeting rules.

ExperimentationFeature FlagsFeature ManagementRolloutsSDK

Properties

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

JSON Schema

split-segment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://split.io/schemas/split/segment.json",
  "title": "Split Segment",
  "description": "A segment in the Split platform, representing a reusable group of identities (keys) that can be referenced in feature flag targeting rules.",
  "type": "object",
  "required": ["name"],
  "properties": {
    "name": {
      "type": "string",
      "description": "Unique name of the segment within a workspace"
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of the segment's purpose"
    },
    "trafficType": {
      "$ref": "#/$defs/TrafficType"
    },
    "creationTime": {
      "type": "integer",
      "description": "Unix timestamp in milliseconds of when the segment was created"
    },
    "tags": {
      "type": "array",
      "description": "Tags associated with the segment for organization and filtering",
      "items": {
        "$ref": "#/$defs/Tag"
      }
    },
    "keys": {
      "type": "array",
      "description": "Identity keys belonging to this segment",
      "items": {
        "$ref": "#/$defs/SegmentKey"
      }
    }
  },
  "$defs": {
    "TrafficType": {
      "type": "object",
      "description": "A traffic type defining the kind of entity the segment targets",
      "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 segments",
      "required": ["name"],
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the tag"
        }
      }
    },
    "SegmentKey": {
      "type": "object",
      "description": "An identity key belonging to a segment",
      "required": ["key"],
      "properties": {
        "key": {
          "type": "string",
          "description": "The identity key value"
        }
      }
    }
  }
}

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-segment"
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.