changedInput schema / properties / value / anyOf
Previous value: -[
- {
- "type": "boolean"
- },
- {
- "type": "number"
- },
- {
- "type": "string"
- },
- {
- "additionalProperties": {},
- "properties": {
- "a": {
- "type": "number"
- },
- "b": {
- "type": "number"
- },
- "g": {
- "type": "number"
- },
- "r": {
- "type": "number"
- }
- },
- "required": [
- "r",
- "g",
- "b"
- ],
- "type": "object"
- },
- {
- "additionalProperties": {},
- "properties": {
- "id": {
- "type": "string"
- },
- "type": {
- "const": "VARIABLE_ALIAS",
- "type": "string"
- }
- },
- "required": [
- "type",
- "id"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "additionalProperties": {},
+ "properties": {
+ "a": {
+ "type": "number"
+ },
+ "b": {
+ "type": "number"
+ },
+ "g": {
+ "type": "number"
+ },
+ "r": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "r",
+ "g",
+ "b"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": {},
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "type": {
+ "const": "VARIABLE_ALIAS",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "id"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": {},
+ "properties": {
+ "easingFunctionCubicBezier": {
+ "additionalProperties": {},
+ "properties": {
+ "x1": {
+ "type": "number"
+ },
+ "x2": {
+ "type": "number"
+ },
+ "y1": {
+ "type": "number"
+ },
+ "y2": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "x1",
+ "y1",
+ "x2",
+ "y2"
+ ],
+ "type": "object"
+ },
+ "easingFunctionSpring": {
+ "additionalProperties": {},
+ "properties": {
+ "bounce": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "bounce"
+ ],
+ "type": "object"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ }
+]