{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/langgraph-platform-configuration/latest.json",
  "title": "LangGraph Platform configuration (when building via the langgraph-cli).",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/langchain-ai/langgraph/main/libs/cli/schemas/version.schema.json",
    "sourceSha256": "955bb061ef70fa67d8a5b3b0d895081ee2e3b9f9a3a88d55e4d9154442f110d3",
    "fileMatch": [
      "langgraph.json",
      "langgraph.*.json",
      ".langgraph.json",
      ".langgraph.*.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "oneOf": [
    {
      "allOf": [
        {
          "oneOf": [
            {
              "properties": {
                "version": {
                  "type": "string",
                  "maxLength": 0
                }
              },
              "required": [
                "version"
              ],
              "type": "object"
            },
            {
              "not": {
                "required": [
                  "version"
                ]
              }
            }
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/langgraph-platform-configuration/_shared/latest--schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/langgraph-platform-configuration/_shared/latest--schema.v0.json"
        }
      ]
    }
  ]
}
