changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "center": {
+ "type": "string"
+ },
+ "centerName": {
+ "type": "string"
+ },
+ "centerNameLocalized": {
+ "type": "string"
+ },
+ "channelPartners": {
+ "items": {
+ "properties": {
+ "channel": {
+ "type": "string"
+ },
+ "channelLocalized": {
+ "type": "string"
+ },
+ "gate": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "gate",
+ "channel"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "ichingHexagram": {
+ "properties": {
+ "english": {
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "number",
+ "english"
+ ],
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "nameLocalized": {
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "number",
+ "name",
+ "center",
+ "centerName",
+ "ichingHexagram",
+ "channelPartners"
+ ],
+ "type": "object"
+}