Ninetailed · Schema

NinetailedExperience

A resolved Ninetailed experience with the variant assigned to the visitor, returned as part of a profile response.

PersonalizationExperimentationA/B TestingAudience SegmentationFeature FlagsHeadless CMSEdge ComputingContent Management

Properties

Name Type Description
experienceId string Unique identifier of the experience or experiment.
variantIndex integer Zero-based index of the assigned variant (0 = control, 1+ = variants).
variants object Map of component keys to variant entry IDs for this experience assignment.
sticky boolean When true, the variant assignment is persisted for consistency across requests.
View JSON Schema on GitHub

JSON Schema

ninetailed-experience.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ninetailed/main/json-schema/ninetailed-experience.json",
  "title": "NinetailedExperience",
  "description": "A resolved Ninetailed experience with the variant assigned to the visitor, returned as part of a profile response.",
  "type": "object",
  "properties": {
    "experienceId": {
      "type": "string",
      "description": "Unique identifier of the experience or experiment."
    },
    "variantIndex": {
      "type": "integer",
      "minimum": 0,
      "description": "Zero-based index of the assigned variant (0 = control, 1+ = variants)."
    },
    "variants": {
      "type": "object",
      "description": "Map of component keys to variant entry IDs for this experience assignment.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "sticky": {
      "type": "boolean",
      "description": "When true, the variant assignment is persisted for consistency across requests."
    }
  },
  "definitions": {
    "Change": {
      "type": "object",
      "description": "A content change instruction for a personalized experience.",
      "properties": {
        "key": {
          "type": "string",
          "description": "Identifier of the component or content slot to change."
        },
        "type": {
          "type": "string",
          "enum": ["Variable"],
          "description": "Type of change. Currently only 'Variable' is supported."
        },
        "value": {
          "type": "string",
          "description": "The variant entry ID to render for this component."
        },
        "meta": {
          "type": "object",
          "description": "Metadata about the experience driving this change.",
          "properties": {
            "experienceId": {
              "type": "string",
              "description": "ID of the experience that produced this change."
            },
            "variantIndex": {
              "type": "integer",
              "description": "Variant index assigned for this experience."
            }
          }
        }
      }
    }
  }
}

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/ninetailed-experience"
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.