changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "allocation": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "change_jpy": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "change_pct": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "channel": {
+ "type": "string"
+ },
+ "current_jpy": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "proposed_jpy": {
+ "type": "number"
+ },
+ "rationale": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "channel",
+ "current_jpy",
+ "proposed_jpy",
+ "change_jpy",
+ "change_pct",
+ "rationale"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "assumptions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "connect_incentive_message": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "expected_roas_current": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "expected_roas_proposed": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "expected_roas_uplift_pct": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "limitations": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "monthly_budget_jpy": {
+ "type": "number"
+ },
+ "next_action": {
+ "type": "string"
+ },
+ "path": {
+ "enum": [
+ "A",
+ "B"
+ ],
+ "type": "string"
+ },
+ "site_id": {
+ "type": "string"
+ },
+ "unallocated_jpy": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "site_id",
+ "path",
+ "monthly_budget_jpy",
+ "allocation",
+ "unallocated_jpy",
+ "expected_roas_current",
+ "expected_roas_proposed",
+ "expected_roas_uplift_pct",
+ "assumptions",
+ "limitations",
+ "connect_incentive_message",
+ "next_action"
+ ],
+ "type": "object"
+}