changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "minProperties": 1,
+ "properties": {
+ "diagnostics": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "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": {
+ "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"
+ },
+ "sessionState": {
+ "additionalProperties": false,
+ "properties": {
+ "currentUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "mode": {
+ "type": "string"
+ },
+ "openedAt": {
+ "type": "string"
+ },
+ "policyProfile": {
+ "type": "string"
+ },
+ "sessionId": {
+ "type": "string"
+ },
+ "snapshotIds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "status": {
+ "type": "string"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ },
+ "visitedUrls": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "workingSetRefs": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "version",
+ "sessionId",
+ "mode",
+ "status",
+ "policyProfile",
+ "openedAt",
+ "updatedAt",
+ "visitedUrls",
+ "snapshotIds"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "policy",
+ "sessionState"
+ ],
+ "type": "object"
+ },
+ "sessionId": {
+ "type": "string"
+ },
+ "sessionState": {
+ "additionalProperties": false,
+ "properties": {
+ "currentUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "mode": {
+ "type": "string"
+ },
+ "openedAt": {
+ "type": "string"
+ },
+ "policyProfile": {
+ "type": "string"
+ },
+ "sessionId": {
+ "type": "string"
+ },
+ "snapshotIds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "status": {
+ "type": "string"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ },
+ "visitedUrls": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "workingSetRefs": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "version",
+ "sessionId",
+ "mode",
+ "status",
+ "policyProfile",
+ "openedAt",
+ "updatedAt",
+ "visitedUrls",
+ "snapshotIds"
+ ],
+ "type": "object"
+ },
+ "tabId": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}