changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "result": {
+ "additionalProperties": false,
+ "properties": {
+ "dbPath": {
+ "type": "string"
+ },
+ "distinctSessionCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "latestRecordedAtMs": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "operationCounts": {
+ "additionalProperties": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "type": "object"
+ },
+ "statusCounts": {
+ "additionalProperties": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "type": "object"
+ },
+ "surfaceCounts": {
+ "additionalProperties": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "type": "object"
+ },
+ "totalEvents": {
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "dbPath",
+ "distinctSessionCount",
+ "latestRecordedAtMs",
+ "operationCounts",
+ "statusCounts",
+ "surfaceCounts",
+ "totalEvents"
+ ],
+ "type": "object"
+ },
+ "summary": {
+ "additionalProperties": false,
+ "properties": {
+ "dbPath": {
+ "type": "string"
+ },
+ "distinctSessionCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "latestRecordedAtMs": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "operationCounts": {
+ "additionalProperties": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "type": "object"
+ },
+ "statusCounts": {
+ "additionalProperties": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "type": "object"
+ },
+ "surfaceCounts": {
+ "additionalProperties": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "type": "object"
+ },
+ "totalEvents": {
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "dbPath",
+ "distinctSessionCount",
+ "latestRecordedAtMs",
+ "operationCounts",
+ "statusCounts",
+ "surfaceCounts",
+ "totalEvents"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "result",
+ "summary"
+ ],
+ "type": "object"
+}