changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "design": {
+ "items": {
+ "properties": {
+ "gate": {
+ "type": "number"
+ },
+ "gateDescription": {
+ "type": "string"
+ },
+ "gateName": {
+ "type": "string"
+ },
+ "gateNameLocalized": {
+ "type": "string"
+ },
+ "ichingHexagram": {
+ "properties": {
+ "english": {
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "number",
+ "english"
+ ],
+ "type": "object"
+ },
+ "line": {
+ "type": "number"
+ },
+ "lineMeaning": {
+ "type": "string"
+ },
+ "planet": {
+ "type": "string"
+ },
+ "planetDescription": {
+ "type": "string"
+ },
+ "planetLocalized": {
+ "type": "string"
+ },
+ "side": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "planet",
+ "side",
+ "gate",
+ "line",
+ "gateName",
+ "gateDescription",
+ "lineMeaning",
+ "planetDescription",
+ "ichingHexagram"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "personality": {
+ "items": {
+ "properties": {
+ "gate": {
+ "type": "number"
+ },
+ "gateDescription": {
+ "type": "string"
+ },
+ "gateName": {
+ "type": "string"
+ },
+ "gateNameLocalized": {
+ "type": "string"
+ },
+ "ichingHexagram": {
+ "properties": {
+ "english": {
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "number",
+ "english"
+ ],
+ "type": "object"
+ },
+ "line": {
+ "type": "number"
+ },
+ "lineMeaning": {
+ "type": "string"
+ },
+ "planet": {
+ "type": "string"
+ },
+ "planetDescription": {
+ "type": "string"
+ },
+ "planetLocalized": {
+ "type": "string"
+ },
+ "side": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "planet",
+ "side",
+ "gate",
+ "line",
+ "gateName",
+ "gateDescription",
+ "lineMeaning",
+ "planetDescription",
+ "ichingHexagram"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "personality",
+ "design"
+ ],
+ "type": "object"
+}