changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "activations": {
+ "items": {
+ "properties": {
+ "body": {
+ "type": "string"
+ },
+ "bodyLocalized": {
+ "type": "string"
+ },
+ "gate": {
+ "type": "number"
+ },
+ "gateName": {
+ "type": "string"
+ },
+ "gateNameLocalized": {
+ "type": "string"
+ },
+ "ichingHexagram": {
+ "properties": {
+ "english": {
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "number",
+ "english"
+ ],
+ "type": "object"
+ },
+ "line": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "body",
+ "gate",
+ "line",
+ "gateName",
+ "ichingHexagram"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "completedChannels": {
+ "items": {
+ "properties": {
+ "centers": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "circuit": {
+ "type": "string"
+ },
+ "circuitLocalized": {
+ "type": "string"
+ },
+ "gateA": {
+ "type": "number"
+ },
+ "gateB": {
+ "type": "number"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "kindLocalized": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "nameLocalized": {
+ "type": "string"
+ },
+ "natalGates": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "transitGates": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "gateA",
+ "gateB",
+ "name",
+ "circuit",
+ "centers",
+ "kind",
+ "natalGates",
+ "transitGates"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "date": {
+ "type": "string"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "temporaryCenters": {
+ "items": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "nameLocalized": {
+ "type": "string"
+ },
+ "temporarilyDefined": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "temporarilyDefined"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "time": {
+ "type": "string"
+ },
+ "timezone": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "date",
+ "time",
+ "timezone",
+ "activations",
+ "completedChannels",
+ "temporaryCenters",
+ "summary"
+ ],
+ "type": "object"
+}