removedOutput schema / properties
Removed value: -{
- "_nine_signal_compliant": {
- "description": "Internal compliance flag",
- "type": "boolean"
- },
- "_violations": {
- "description": "Non-compliance audit trail",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "actor_id": {
- "description": "Sovereign or agent actor ID",
- "type": [
- "string",
- "null"
- ]
- },
- "delta_S": {
- "description": "Thermodynamic entropy change",
- "type": "number"
- },
- "meta": {
- "description": "Metadata including actor_id, mode, circuit",
- "type": "object"
- },
- "nine_signal": {
- "description": "F2 addendum nine-signal block",
- "type": "object"
- },
- "output_policy": {
- "description": "Policy constraints: DOMAIN_SEAL, DOMAIN_HOLD, DOMAIN_VOID, SIMULATION_ONLY",
- "type": "string"
- },
- "reasons": {
- "description": "Human-readable justification list",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "result": {
- "description": "Tool-specific payload",
- "type": "object"
- },
- "session_id": {
- "description": "Active session identifier",
- "type": [
- "string",
- "null"
- ]
- },
- "stage_progression": {
- "description": "Next stage auto-chain hint",
- "type": [
- "object",
- "null"
- ]
- },
- "status": {
- "description": "Execution status: OK, ERROR, TIMEOUT, DRY_RUN",
- "type": "string"
- },
- "timestamp": {
- "description": "ISO-8601 timestamp",
- "type": "string"
- },
- "tool": {
- "description": "Canonical tool name that produced this response",
- "type": "string"
- },
- "verdict": {
- "description": "Constitutional verdict: SEAL, HOLD, VOID, SABAR, PROVISIONAL, PARTIAL",
- "type": "string"
- }
-}