Skip to content

Commit 0bf3232

Browse files
committed
Fix schema
Signed-off-by: David Gageot <[email protected]>
1 parent cb2be57 commit 0bf3232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cagent-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"version": {
99
"type": "string",
1010
"description": "Configuration version",
11-
"enum": ["2", "v2"],
11+
"enum": ["2"],
1212
"examples": ["2"]
1313
},
1414
"agents": {

0 commit comments

Comments
 (0)