Files
boss/docs/protocol-snapshots/codex-app-server/0.136.0-alpha.2/json-schema/v2/GuardianWarningNotification.json
2026-06-03 10:46:45 +08:00

19 lines
423 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "GuardianWarningNotification",
"type": "object",
"required": [
"message",
"threadId"
],
"properties": {
"message": {
"description": "Concise guardian warning message for the user.",
"type": "string"
},
"threadId": {
"description": "Thread target for the guardian warning.",
"type": "string"
}
}
}