changedInput schema / properties / entities / items / properties / snapshot / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "animations": {
- "additionalProperties": {
- "additionalProperties": false,
- "properties": {
- "collisionBody": {
- "anyOf": [
- {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "cx": {
- "type": "number"
- },
- "cy": {
- "type": "number"
- },
- "hh": {
- "type": "number"
- },
- "hw": {
- "type": "number"
- },
- "kind": {
- "const": "rect",
- "type": "string"
- },
- "rot": {
- "type": "number"
- }
- },
- "required": [
- "kind",
- "cx",
- "cy",
- "hw",
- "hh"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "cx": {
- "type": "number"
- },
- "cy": {
- "type": "number"
- },
- "kind": {
- "const": "circle",
- "type": "string"
- },
- "r": {
- "type": "number"
- }
- },
- "required": [
- "kind",
- "cx",
- "cy",
- "r"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "polygon",
- "type": "string"
- },
- "points": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "x": {
- "type": "number"
- },
- "y": {
- "type": "number"
- }
- },
- "required": [
- "x",
- "y"
- ],
- "type": "object"
- },
- "maxItems": 64,
- "minItems": 3,
- "type": "array"
- },
- "rot": {
- "type": "number"
- }
- },
- "required": [
- "kind",
- "points"
- ],
- "type": "object"
- }
- ]
- },
- {
- "type": "null"
- }
- ]
- },
- "displayName": {
- "anyOf": [
- {
- "maxLength": 200,
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "fps": {
- "minimum": 0,
- "type": "number"
- },
- "frameCount": {
- "minimum": 0,
- "type": "integer"
- },
- "loop": {
- "type": "boolean"
- }
- },
- "required": [
- "displayName",
- "frameCount",
- "fps",
- "loop",
- "collisionBody"
- ],
- "type": "object"
- },
- "propertyNames": {
- "maxLength": 200
- },
- "type": "object"
- },
- "collisionBody": {
- "anyOf": [
- {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "cx": {
- "type": "number"
- },
- "cy": {
- "type": "number"
- },
- "hh": {
- "type": "number"
- },
- "hw": {
- "type": "number"
- },
- "kind": {
- "const": "rect",
- "type": "string"
- },
- "rot": {
- "type": "number"
- }
- },
- "required": [
- "kind",
- "cx",
- "cy",
- "hw",
- "hh"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "cx": {
- "type": "number"
- },
- "cy": {
- "type": "number"
- },
- "kind": {
- "const": "circle",
- "type": "string"
- },
- "r": {
- "type": "number"
- }
- },
- "required": [
- "kind",
- "cx",
- "cy",
- "r"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "polygon",
- "type": "string"
- },
- "points": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "x": {
- "type": "number"
- },
- "y": {
- "type": "number"
- }
- },
- "required": [
- "x",
- "y"
- ],
- "type": "object"
- },
- "maxItems": 64,
- "minItems": 3,
- "type": "array"
- },
- "rot": {
- "type": "number"
- }
- },
- "required": [
- "kind",
- "points"
- ],
- "type": "object"
- }
- ]
- },
- {
- "type": "null"
- }
- ]
- },
- "frameSize": {
- "anyOf": [
- {
- "exclusiveMinimum": 0,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "kind": {
- "const": "character",
- "type": "string"
- },
- "name": {
- "maxLength": 300,
- "type": "string"
- }
- },
- "required": [
- "kind",
- "name",
- "frameSize",
- "collisionBody",
- "animations"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "animationPairs": {
- "additionalProperties": {
- "additionalProperties": false,
- "properties": {
- "fps": {
- "anyOf": [
- {
- "minimum": 0,
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "frameCount": {
- "anyOf": [
- {
- "minimum": 0,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "iterationCount": {
- "minimum": 0,
- "type": "integer"
- },
- "label": {
- "anyOf": [
- {
- "maxLength": 300,
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "label",
- "frameCount",
- "fps",
- "iterationCount"
- ],
- "type": "object"
- },
- "propertyNames": {
- "maxLength": 200
- },
- "type": "object"
- },
- "currentIterationId": {
- "anyOf": [
- {
- "maxLength": 300,
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "hasAnimation": {
- "type": "boolean"
- },
- "iterationCount": {
- "minimum": 0,
- "type": "integer"
- },
- "kind": {
- "const": "asset",
- "type": "string"
- },
- "name": {
- "maxLength": 300,
- "type": "string"
- },
- "runtimeUse": {
- "maxLength": 100,
- "type": "string"
- },
- "slug": {
- "anyOf": [
- {
- "maxLength": 200,
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "tileRuntimeUses": {
- "items": {
- "maxLength": 200,
- "type": "string"
- },
- "maxItems": 256,
- "type": "array"
- }
- },
- "required": [
- "kind",
- "name",
- "slug",
- "currentIterationId",
- "iterationCount",
- "hasAnimation",
- "runtimeUse",
- "tileRuntimeUses",
- "animationPairs"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "gridSize": {
- "exclusiveMinimum": 0,
- "type": "integer"
- },
- "hasMapData": {
- "type": "boolean"
- },
- "heightPx": {
- "exclusiveMinimum": 0,
- "type": "integer"
- },
- "kind": {
- "const": "map",
- "type": "string"
- },
- "name": {
- "maxLength": 300,
- "type": "string"
- },
- "widthPx": {
- "exclusiveMinimum": 0,
- "type": "integer"
- }
- },
- "required": [
- "kind",
- "name",
- "widthPx",
- "heightPx",
- "gridSize",
- "hasMapData"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "animations": {
+ "additionalProperties": {
+ "additionalProperties": false,
+ "properties": {
+ "collisionBody": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "cx": {
+ "type": "number"
+ },
+ "cy": {
+ "type": "number"
+ },
+ "hh": {
+ "type": "number"
+ },
+ "hw": {
+ "type": "number"
+ },
+ "kind": {
+ "const": "rect",
+ "type": "string"
+ },
+ "rot": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "cx",
+ "cy",
+ "hw",
+ "hh"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "cx": {
+ "type": "number"
+ },
+ "cy": {
+ "type": "number"
+ },
+ "kind": {
+ "const": "circle",
+ "type": "string"
+ },
+ "r": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "cx",
+ "cy",
+ "r"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "polygon",
+ "type": "string"
+ },
+ "points": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "x": {
+ "type": "number"
+ },
+ "y": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "x",
+ "y"
+ ],
+ "type": "object"
+ },
+ "maxItems": 64,
+ "minItems": 3,
+ "type": "array"
+ },
+ "rot": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "points"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "displayName": {
+ "anyOf": [
+ {
+ "maxLength": 200,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "fps": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "frameCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "loop": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "displayName",
+ "frameCount",
+ "fps",
+ "loop",
+ "collisionBody"
+ ],
+ "type": "object"
+ },
+ "propertyNames": {
+ "maxLength": 200
+ },
+ "type": "object"
+ },
+ "collisionBody": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "cx": {
+ "type": "number"
+ },
+ "cy": {
+ "type": "number"
+ },
+ "hh": {
+ "type": "number"
+ },
+ "hw": {
+ "type": "number"
+ },
+ "kind": {
+ "const": "rect",
+ "type": "string"
+ },
+ "rot": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "cx",
+ "cy",
+ "hw",
+ "hh"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "cx": {
+ "type": "number"
+ },
+ "cy": {
+ "type": "number"
+ },
+ "kind": {
+ "const": "circle",
+ "type": "string"
+ },
+ "r": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "cx",
+ "cy",
+ "r"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "polygon",
+ "type": "string"
+ },
+ "points": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "x": {
+ "type": "number"
+ },
+ "y": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "x",
+ "y"
+ ],
+ "type": "object"
+ },
+ "maxItems": 64,
+ "minItems": 3,
+ "type": "array"
+ },
+ "rot": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "kind",
+ "points"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "frameSize": {
+ "anyOf": [
+ {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "kind": {
+ "const": "character",
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 300,
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "name",
+ "frameSize",
+ "collisionBody",
+ "animations"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "animationPairs": {
+ "additionalProperties": {
+ "additionalProperties": false,
+ "properties": {
+ "fps": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "frameCount": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "iterationCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "label": {
+ "anyOf": [
+ {
+ "maxLength": 300,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "label",
+ "frameCount",
+ "fps",
+ "iterationCount"
+ ],
+ "type": "object"
+ },
+ "propertyNames": {
+ "maxLength": 200
+ },
+ "type": "object"
+ },
+ "currentIterationId": {
+ "anyOf": [
+ {
+ "maxLength": 300,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "hasAnimation": {
+ "type": "boolean"
+ },
+ "iterationCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "kind": {
+ "const": "asset",
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 300,
+ "type": "string"
+ },
+ "runtimeUse": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "slug": {
+ "anyOf": [
+ {
+ "maxLength": 200,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "tileRuntimeUses": {
+ "items": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "maxItems": 256,
+ "type": "array"
+ }
+ },
+ "required": [
+ "kind",
+ "name",
+ "slug",
+ "currentIterationId",
+ "iterationCount",
+ "hasAnimation",
+ "runtimeUse",
+ "tileRuntimeUses",
+ "animationPairs"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "gridSize": {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ "hasMapData": {
+ "type": "boolean"
+ },
+ "heightPx": {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ "kind": {
+ "const": "map",
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 300,
+ "type": "string"
+ },
+ "widthPx": {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "kind",
+ "name",
+ "widthPx",
+ "heightPx",
+ "gridSize",
+ "hasMapData"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "componentCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "components": {
+ "additionalProperties": {
+ "additionalProperties": false,
+ "properties": {
+ "configurationHash": {
+ "anyOf": [
+ {
+ "maxLength": 300,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "name": {
+ "maxLength": 300,
+ "type": "string"
+ },
+ "revisionId": {
+ "anyOf": [
+ {
+ "maxLength": 300,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "status": {
+ "maxLength": 200,
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "revisionId",
+ "configurationHash",
+ "status"
+ ],
+ "type": "object"
+ },
+ "propertyNames": {
+ "maxLength": 200
+ },
+ "type": "object"
+ },
+ "kind": {
+ "const": "ui-pack",
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 300,
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "name",
+ "componentCount",
+ "components"
+ ],
+ "type": "object"
+ }
+]