changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "minProperties": 1,
+ "properties": {
+ "approxTokens": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "charCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "diagnostics": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "lineCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "mainContentHint": {
+ "type": "string"
+ },
+ "mainContentQuality": {
+ "type": "string"
+ },
+ "mainContentReason": {
+ "type": "string"
+ },
+ "mainOnly": {
+ "type": "boolean"
+ },
+ "markdownText": {
+ "type": "string"
+ },
+ "refIndex": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "ref": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "kind",
+ "ref"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "result": {
+ "additionalProperties": false,
+ "properties": {
+ "approxTokens": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "charCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "lineCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "mainContentHint": {
+ "type": "string"
+ },
+ "mainContentQuality": {
+ "type": "string"
+ },
+ "mainContentReason": {
+ "type": "string"
+ },
+ "mainOnly": {
+ "type": "boolean"
+ },
+ "markdownText": {
+ "type": "string"
+ },
+ "refIndex": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "ref": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "kind",
+ "ref"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "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"
+ },
+ "sourceTitle": {
+ "type": "string"
+ },
+ "sourceUrl": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "sourceUrl",
+ "sourceTitle",
+ "markdownText",
+ "approxTokens",
+ "charCount",
+ "lineCount",
+ "mainOnly",
+ "mainContentQuality",
+ "mainContentReason",
+ "refIndex",
+ "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"
+ },
+ "sourceTitle": {
+ "type": "string"
+ },
+ "sourceUrl": {
+ "type": "string"
+ },
+ "tabId": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}