PostHog · Schema

CodexRuntimeAdapterEnum

* `codex` - codex

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording
View JSON Schema on GitHub

JSON Schema

posthog-codexruntimeadapterenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CodexRuntimeAdapterEnum",
  "title": "CodexRuntimeAdapterEnum",
  "enum": [
    "codex"
  ],
  "type": "string",
  "description": "* `codex` - codex"
}