PostHog · Schema

EarlyAccessFeatureSerializerCreateOnly

A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording

Properties

Name Type Description
id string
name string The name of the early access feature.
description string A longer description of what this early access feature does, shown to users in the opt-in UI.
stage object Lifecycle stage. Valid values: draft, concept, alpha, beta, general-availability, archived. Moving to an active stage (alpha/beta/general-availability) enables the feature flag for opted-in users. * `
documentation_url string URL to external documentation for this feature. Shown to users in the opt-in UI.
payload object Arbitrary JSON metadata associated with this feature.
created_at string
feature_flag_id integer Optional ID of an existing feature flag to link. If omitted, a new flag is auto-created from the feature name. The flag must not already be linked to another feature, must not be group-based, and must
feature_flag object
_create_in_folder string
View JSON Schema on GitHub

JSON Schema

posthog-earlyaccessfeatureserializercreateonly-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EarlyAccessFeatureSerializerCreateOnly",
  "title": "EarlyAccessFeatureSerializerCreateOnly",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "description": "The name of the early access feature.",
      "maxLength": 200
    },
    "description": {
      "type": "string",
      "description": "A longer description of what this early access feature does, shown to users in the opt-in UI."
    },
    "stage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StageEnum"
        }
      ],
      "description": "Lifecycle stage. Valid values: draft, concept, alpha, beta, general-availability, archived. Moving to an active stage (alpha/beta/general-availability) enables the feature flag for opted-in users.\n\n* `draft` - draft\n* `concept` - concept\n* `alpha` - alpha\n* `beta` - beta\n* `general-availability` - general availability\n* `archived` - archived"
    },
    "documentation_url": {
      "type": "string",
      "format": "uri",
      "description": "URL to external documentation for this feature. Shown to users in the opt-in UI.",
      "maxLength": 800
    },
    "payload": {
      "description": "Arbitrary JSON metadata associated with this feature."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "feature_flag_id": {
      "type": "integer",
      "writeOnly": true,
      "description": "Optional ID of an existing feature flag to link. If omitted, a new flag is auto-created from the feature name. The flag must not already be linked to another feature, must not be group-based, and must not be multivariate."
    },
    "feature_flag": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MinimalFeatureFlag"
        }
      ],
      "readOnly": true
    },
    "_create_in_folder": {
      "type": "string",
      "writeOnly": true,
      "title": " create in folder"
    }
  },
  "required": [
    "created_at",
    "feature_flag",
    "id",
    "name",
    "stage"
  ]
}

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/posthog-earlyaccessfeatureserializercreateonly"
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.