changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "events": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "currentUrl": {
+ "type": "string"
+ },
+ "operation": {
+ "type": "string"
+ },
+ "payload": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "policyDecision": {
+ "type": "string"
+ },
+ "policyProfile": {
+ "type": "string"
+ },
+ "recordedAtMs": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "riskClass": {
+ "type": "string"
+ },
+ "sessionId": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "surface": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "operation",
+ "recordedAtMs",
+ "status",
+ "surface"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "limit": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "result": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "currentUrl": {
+ "type": "string"
+ },
+ "operation": {
+ "type": "string"
+ },
+ "payload": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "policyDecision": {
+ "type": "string"
+ },
+ "policyProfile": {
+ "type": "string"
+ },
+ "recordedAtMs": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "riskClass": {
+ "type": "string"
+ },
+ "sessionId": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "surface": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "operation",
+ "recordedAtMs",
+ "status",
+ "surface"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "limit",
+ "events",
+ "result"
+ ],
+ "type": "object"
+}