changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "activeTabId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "format": {
+ "type": "string"
+ },
+ "markdown": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "report": {
+ "additionalProperties": false,
+ "properties": {
+ "contradictedClaims": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "evidenceReportCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "evidenceSupportedClaims": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "generatedAt": {
+ "type": "string"
+ },
+ "insufficientEvidenceClaims": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "needsMoreBrowsingClaims": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "sessionId": {
+ "type": "string"
+ },
+ "snapshotCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "synthesizedNotes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "version": {
+ "type": "string"
+ },
+ "visitedUrls": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "workingSetRefs": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "version",
+ "sessionId",
+ "generatedAt",
+ "snapshotCount",
+ "evidenceReportCount",
+ "visitedUrls",
+ "workingSetRefs",
+ "synthesizedNotes",
+ "evidenceSupportedClaims",
+ "insufficientEvidenceClaims"
+ ],
+ "type": "object"
+ },
+ "sessionId": {
+ "type": "string"
+ },
+ "tabCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "tabReports": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "report": {
+ "additionalProperties": false,
+ "properties": {
+ "contradictedClaims": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "evidenceReportCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "evidenceSupportedClaims": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "generatedAt": {
+ "type": "string"
+ },
+ "insufficientEvidenceClaims": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "needsMoreBrowsingClaims": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "sessionId": {
+ "type": "string"
+ },
+ "snapshotCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "synthesizedNotes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "version": {
+ "type": "string"
+ },
+ "visitedUrls": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "workingSetRefs": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "version",
+ "sessionId",
+ "generatedAt",
+ "snapshotCount",
+ "evidenceReportCount",
+ "visitedUrls",
+ "workingSetRefs",
+ "synthesizedNotes",
+ "evidenceSupportedClaims",
+ "insufficientEvidenceClaims"
+ ],
+ "type": "object"
+ },
+ "tabId": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "tabId",
+ "report"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "sessionId",
+ "activeTabId",
+ "tabCount",
+ "format",
+ "report",
+ "tabReports"
+ ],
+ "type": "object"
+}