changedInput schema / definitions / __schema0 / anyOf
Previous value: -[
- {
- "properties": {
- "type": {
- "enum": [
- "BACK",
- "CLOSE"
- ],
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "properties": {
- "openInNewTab": {
- "type": "boolean"
- },
- "type": {
- "const": "URL",
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "type",
- "url"
- ],
- "type": "object"
- },
- {
- "properties": {
- "amountToSkip": {
- "type": "number"
- },
- "destinationId": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "mediaAction": {
- "type": "string"
- },
- "newTimestamp": {
- "type": "number"
- },
- "type": {
- "const": "UPDATE_MEDIA_RUNTIME",
- "type": "string"
- }
- },
- "required": [
- "type",
- "mediaAction"
- ],
- "type": "object"
- },
- {
- "properties": {
- "type": {
- "const": "SET_VARIABLE",
- "type": "string"
- },
- "variableId": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "variableValue": {
- "properties": {
- "resolvedType": {
- "type": "string"
- },
- "type": {
- "type": "string"
- },
- "value": {}
- },
- "type": "object"
- }
- },
- "required": [
- "type",
- "variableId"
- ],
- "type": "object"
- },
- {
- "properties": {
- "type": {
- "const": "SET_VARIABLE_MODE",
- "type": "string"
- },
- "variableCollectionId": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "variableModeId": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "type",
- "variableCollectionId",
- "variableModeId"
- ],
- "type": "object"
- },
- {
- "properties": {
- "conditionalBlocks": {
- "items": {
- "properties": {
- "actions": {
- "items": {
- "$ref": "#/definitions/__schema0"
- },
- "type": "array"
- },
- "condition": {
- "properties": {
- "resolvedType": {
- "type": "string"
- },
- "type": {
- "type": "string"
- },
- "value": {}
- },
- "type": "object"
- }
- },
- "required": [
- "actions"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "type": {
- "const": "CONDITIONAL",
- "type": "string"
- }
- },
- "required": [
- "type",
- "conditionalBlocks"
- ],
- "type": "object"
- },
- {
- "properties": {
- "destinationId": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "navigation": {
- "type": "string"
- },
- "overlayRelativePosition": {},
- "preserveScrollPosition": {
- "type": "boolean"
- },
- "resetInteractiveComponents": {
- "type": "boolean"
- },
- "resetScrollPosition": {
- "type": "boolean"
- },
- "resetVideoPosition": {
- "type": "boolean"
- },
- "transition": {
- "anyOf": [
- {},
- {
- "type": "null"
- }
- ]
- },
- "type": {
- "const": "NODE",
- "type": "string"
- }
- },
- "required": [
- "type",
- "destinationId",
- "navigation"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "enum": [
+ "BACK",
+ "CLOSE"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "openInNewTab": {
+ "type": "boolean"
+ },
+ "type": {
+ "const": "URL",
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "url"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "amountToSkip": {
+ "type": "number"
+ },
+ "destinationId": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "mediaAction": {
+ "type": "string"
+ },
+ "newTimestamp": {
+ "type": "number"
+ },
+ "type": {
+ "const": "UPDATE_MEDIA_RUNTIME",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "mediaAction"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "const": "SET_VARIABLE",
+ "type": "string"
+ },
+ "variableId": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "variableValue": {
+ "additionalProperties": false,
+ "properties": {
+ "resolvedType": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "value": {}
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "type",
+ "variableId"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "const": "SET_VARIABLE_MODE",
+ "type": "string"
+ },
+ "variableCollectionId": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "variableModeId": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "type",
+ "variableCollectionId",
+ "variableModeId"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "conditionalBlocks": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "actions": {
+ "items": {
+ "$ref": "#/definitions/__schema0"
+ },
+ "type": "array"
+ },
+ "condition": {
+ "additionalProperties": false,
+ "properties": {
+ "resolvedType": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "value": {}
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "actions"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "type": {
+ "const": "CONDITIONAL",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "conditionalBlocks"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "destinationId": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "navigation": {
+ "type": "string"
+ },
+ "overlayRelativePosition": {},
+ "preserveScrollPosition": {
+ "type": "boolean"
+ },
+ "resetInteractiveComponents": {
+ "type": "boolean"
+ },
+ "resetScrollPosition": {
+ "type": "boolean"
+ },
+ "resetVideoPosition": {
+ "type": "boolean"
+ },
+ "transition": {
+ "anyOf": [
+ {},
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "type": {
+ "const": "NODE",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "destinationId",
+ "navigation"
+ ],
+ "type": "object"
+ }
+]
changedInput schema / properties / reactions / items / properties / trigger / anyOf
Previous value: -[
- {
- "properties": {
- "delay": {
- "description": "Delay before trigger fires",
- "type": "number"
- },
- "deprecatedVersion": {
- "description": "Whether the trigger is deprecated",
- "type": "boolean"
- },
- "device": {
- "description": "Device setting",
- "type": "string"
- },
- "keyCodes": {
- "description": "Key codes for key trigger",
- "items": {
- "type": "number"
- },
- "type": "array"
- },
- "mediaHitTime": {
- "description": "Media hit time",
- "type": "number"
- },
- "timeout": {
- "description": "Timeout for delay triggers",
- "type": "number"
- },
- "type": {
- "description": "Trigger type (e.g. ON_CLICK, ON_HOVER)",
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "delay": {
+ "description": "Delay before trigger fires",
+ "type": "number"
+ },
+ "deprecatedVersion": {
+ "description": "Whether the trigger is deprecated",
+ "type": "boolean"
+ },
+ "device": {
+ "description": "Device setting",
+ "type": "string"
+ },
+ "keyCodes": {
+ "description": "Key codes for key trigger",
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "mediaHitTime": {
+ "description": "Media hit time",
+ "type": "number"
+ },
+ "timeout": {
+ "description": "Timeout for delay triggers",
+ "type": "number"
+ },
+ "type": {
+ "description": "Trigger type (e.g. ON_CLICK, ON_HOVER)",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]