Skip to content

Commit c994ab8

Browse files
fix: repair malformed policy_schema.json (extra closing braces)
Fixes 4 pre-existing TestJsonSchema test failures caused by orphaned closing braces at lines 40-42 from a bad merge. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fe34387 commit c994ab8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/agent-os/src/agent_os/policies/policy_schema.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
"$ref": "#/definitions/A2AConversationPolicy",
3737
"description": "Policy for A2A conversation monitoring and feedback loop prevention."
3838
}
39-
},
40-
"additionalProperties": false
41-
}
4239
},
4340
"additionalProperties": false,
4441
"definitions": {

0 commit comments

Comments
 (0)