changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "activeTabId": {
+ "type": "string"
+ },
+ "sessionId": {
+ "type": "string"
+ },
+ "tab": {
+ "additionalProperties": false,
+ "properties": {
+ "active": {
+ "type": "boolean"
+ },
+ "currentUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "hasState": {
+ "type": "boolean"
+ },
+ "latestSearchQuery": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "latestSearchResultCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "sessionFile": {
+ "type": "string"
+ },
+ "snapshotCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "tabId": {
+ "type": "string"
+ },
+ "visitedUrlCount": {
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "tabId",
+ "active",
+ "sessionFile",
+ "hasState",
+ "visitedUrlCount",
+ "snapshotCount",
+ "latestSearchResultCount"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "sessionId",
+ "activeTabId",
+ "tab"
+ ],
+ "type": "object"
+}