We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e219b commit afe062aCopy full SHA for afe062a
src/api/json/catalog.json
@@ -7724,6 +7724,17 @@
7724
"fileMatch": ["language-configuration.json"],
7725
"url": "https://www.schemastore.org/language-configuration.json"
7726
},
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
+ },
7738
{
7739
"name": "Any",
7740
"description": "Valid for any JSON file",
0 commit comments