changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "minProperties": 1,
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "diagnostics": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "failureKind": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "output": {
+ "additionalProperties": true,
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "payloadType": {
+ "type": "string"
+ },
+ "policy": {
+ "additionalProperties": false,
+ "properties": {
+ "allowlistedDomains": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "blockedRefs": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "decision": {
+ "type": "string"
+ },
+ "riskClass": {
+ "type": "string"
+ },
+ "signals": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "detail": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "origin": {
+ "type": "string"
+ },
+ "stableRef": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "origin",
+ "detail"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "sourceRisk": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "decision",
+ "sourceRisk",
+ "riskClass",
+ "blockedRefs",
+ "signals"
+ ],
+ "type": "object"
+ },
+ "result": {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "diagnostics": {
+ "additionalProperties": true,
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "failureKind": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "output": {
+ "additionalProperties": true,
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "payloadType": {
+ "type": "string"
+ },
+ "policy": {
+ "additionalProperties": false,
+ "properties": {
+ "allowlistedDomains": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "blockedRefs": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "decision": {
+ "type": "string"
+ },
+ "riskClass": {
+ "type": "string"
+ },
+ "signals": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "detail": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "origin": {
+ "type": "string"
+ },
+ "stableRef": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "origin",
+ "detail"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "sourceRisk": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "decision",
+ "sourceRisk",
+ "riskClass",
+ "blockedRefs",
+ "signals"
+ ],
+ "type": "object"
+ },
+ "status": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "version",
+ "action",
+ "status",
+ "payloadType",
+ "message"
+ ],
+ "type": "object"
+ },
+ "sessionId": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "tabId": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}