Plandex · JSON Structure

Plandex Server Plan Structure

Plandex plan structure suitable for cross-language code generation. Mirrors the REST API's Plan resource.

Type: object Properties: 10
AIAI Coding AgentDeveloper ToolsOpen SourceCLITerminalLLMCoding AssistantAgentsGoContext ManagementPlansSelf-HostedREST

Plan is a JSON Structure definition published by Plandex, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name projectId ownerId currentBranch contextTokens convoTokens archivedAt createdAt updatedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/plandex/main/json-structure/plandex-server-plan-structure.json",
  "name": "Plan",
  "description": "Plandex plan structure suitable for cross-language code generation. Mirrors the REST API's Plan resource.",
  "type": "object",
  "properties": {
    "id": {"type": "string"},
    "name": {"type": "string"},
    "projectId": {"type": "string"},
    "ownerId": {"type": "string"},
    "currentBranch": {"type": "string"},
    "contextTokens": {"type": "int64"},
    "convoTokens": {"type": "int64"},
    "archivedAt": {"type": "datetime", "optional": true},
    "createdAt": {"type": "datetime"},
    "updatedAt": {"type": "datetime"}
  }
}