changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "arrows": {
+ "items": {
+ "properties": {
+ "activation": {
+ "properties": {
+ "planet": {
+ "type": "string"
+ },
+ "planetLocalized": {
+ "type": "string"
+ },
+ "side": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "planet",
+ "side"
+ ],
+ "type": "object"
+ },
+ "base": {
+ "type": "number"
+ },
+ "baseName": {
+ "type": "string"
+ },
+ "baseNameLocalized": {
+ "type": "string"
+ },
+ "cognition": {
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "labelLocalized": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "label",
+ "description"
+ ],
+ "type": "object"
+ },
+ "color": {
+ "type": "number"
+ },
+ "colorLabel": {
+ "type": "string"
+ },
+ "colorLabelLocalized": {
+ "type": "string"
+ },
+ "colorMeaning": {
+ "type": "string"
+ },
+ "confident": {
+ "type": "boolean"
+ },
+ "description": {
+ "type": "string"
+ },
+ "direction": {
+ "type": "string"
+ },
+ "directionLabel": {
+ "type": "string"
+ },
+ "directionLabelLocalized": {
+ "type": "string"
+ },
+ "directionMeaning": {
+ "type": "string"
+ },
+ "key": {
+ "type": "string"
+ },
+ "layer": {
+ "type": "string"
+ },
+ "layerDescription": {
+ "type": "string"
+ },
+ "layerLocalized": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "nameLocalized": {
+ "type": "string"
+ },
+ "position": {
+ "type": "string"
+ },
+ "positionLocalized": {
+ "type": "string"
+ },
+ "tone": {
+ "type": "number"
+ },
+ "toneMeaning": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "key",
+ "name",
+ "layer",
+ "position",
+ "activation",
+ "color",
+ "tone",
+ "base",
+ "direction",
+ "colorLabel",
+ "directionLabel",
+ "description",
+ "layerDescription",
+ "colorMeaning",
+ "toneMeaning",
+ "directionMeaning",
+ "baseName",
+ "confident"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "baseDescription": {
+ "type": "string"
+ },
+ "confidenceMarginDeg": {
+ "type": "number"
+ },
+ "confident": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "arrows",
+ "confident",
+ "confidenceMarginDeg",
+ "baseDescription"
+ ],
+ "type": "object"
+}