Skip to content

Commit afe062a

Browse files
authored
Add LangGraph Configuration JSON Schema (SchemaStore#4845)
1 parent 14e219b commit afe062a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/api/json/catalog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7724,6 +7724,17 @@
77247724
"fileMatch": ["language-configuration.json"],
77257725
"url": "https://www.schemastore.org/language-configuration.json"
77267726
},
7727+
{
7728+
"name": "LangGraph Platform configuration",
7729+
"description": "LangGraph Platform configuration file",
7730+
"fileMatch": [
7731+
"langgraph.json",
7732+
"langgraph.*.json",
7733+
".langgraph.json",
7734+
".langgraph.*.json"
7735+
],
7736+
"url": "https://raw.githubusercontent.com/langchain-ai/langgraph/main/libs/cli/schemas/version.schema.json"
7737+
},
77277738
{
77287739
"name": "Any",
77297740
"description": "Valid for any JSON file",

0 commit comments

Comments
 (0)