changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "cap_bps": {
+ "type": "number"
+ },
+ "config_hash": {
+ "type": "string"
+ },
+ "disclaimer": {
+ "type": "string"
+ },
+ "mode": {
+ "enum": [
+ "bps",
+ "percent"
+ ],
+ "type": "string"
+ },
+ "recipient_count": {
+ "type": "number"
+ },
+ "rules": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "detail": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "pass": {
+ "enum": [
+ false,
+ true
+ ],
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "detail",
+ "id",
+ "label",
+ "pass"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "sum": {
+ "type": "number"
+ },
+ "valid": {
+ "enum": [
+ false,
+ true
+ ],
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "cap_bps",
+ "config_hash",
+ "disclaimer",
+ "mode",
+ "recipient_count",
+ "rules",
+ "sum",
+ "valid"
+ ],
+ "type": "object"
+}