addedOutput schema / properties / data / properties
Added value: +{
+ "breakpoints": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "column": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "id": {
+ "maxLength": 500,
+ "type": "string"
+ },
+ "line": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "sourceUrl": {
+ "maxLength": 2560,
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "sourceUrl",
+ "line",
+ "column"
+ ],
+ "type": "object"
+ },
+ "maxItems": 100,
+ "type": "array"
+ },
+ "callFrames": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "column": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "functionName": {
+ "maxLength": 500,
+ "type": "string"
+ },
+ "line": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "locals": {
+ "additionalProperties": {
+ "$ref": "#/definitions/__schema0"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "scopeNames": {
+ "items": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "maxItems": 50,
+ "type": "array"
+ },
+ "url": {
+ "maxLength": 2560,
+ "type": "string"
+ }
+ },
+ "required": [
+ "functionName",
+ "url",
+ "line",
+ "column",
+ "scopeNames",
+ "locals"
+ ],
+ "type": "object"
+ },
+ "maxItems": 50,
+ "type": "array"
+ },
+ "paused": {
+ "type": "boolean"
+ },
+ "reason": {
+ "anyOf": [
+ {
+ "maxLength": 500,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+}