changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "chargedMicroUsd": {
+ "const": "0",
+ "type": "string"
+ },
+ "executionPerformed": {
+ "const": true,
+ "type": "boolean"
+ },
+ "limits": {
+ "additionalProperties": false,
+ "properties": {
+ "maxInputBytes": {
+ "const": 4096,
+ "type": "integer"
+ },
+ "maxOffers": {
+ "const": 3,
+ "type": "integer"
+ },
+ "maxPacksPerOffer": {
+ "const": 50,
+ "type": "integer"
+ },
+ "maxRequiredUnits": {
+ "const": 50,
+ "type": "integer"
+ },
+ "maxUnitsPerPack": {
+ "const": 50,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "maxOffers",
+ "maxRequiredUnits",
+ "maxUnitsPerPack",
+ "maxPacksPerOffer",
+ "maxInputBytes"
+ ],
+ "type": "object"
+ },
+ "mode": {
+ "const": "free-preview",
+ "type": "string"
+ },
+ "result": {
+ "additionalProperties": false,
+ "properties": {
+ "currency": {
+ "type": "string"
+ },
+ "excessUnits": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "feasible": {
+ "type": "boolean"
+ },
+ "itemSubtotal": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "lines": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "lineSubtotal": {
+ "type": "string"
+ },
+ "packs": {
+ "type": "number"
+ },
+ "units": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "id",
+ "packs",
+ "units",
+ "lineSubtotal"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "minorUnitDigits": {
+ "type": "number"
+ },
+ "packCount": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "requiredUnits": {
+ "type": "number"
+ },
+ "scope": {
+ "type": "string"
+ },
+ "totalUnits": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "currency",
+ "minorUnitDigits",
+ "requiredUnits",
+ "feasible",
+ "totalUnits",
+ "excessUnits",
+ "itemSubtotal",
+ "packCount",
+ "lines",
+ "scope"
+ ],
+ "type": "object"
+ },
+ "scope": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "mode",
+ "executionPerformed",
+ "chargedMicroUsd",
+ "result",
+ "limits",
+ "scope"
+ ],
+ "type": "object"
+}