changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "aura": {
+ "type": "string"
+ },
+ "authority": {
+ "type": "string"
+ },
+ "authorityDescription": {
+ "type": "string"
+ },
+ "authorityLocalized": {
+ "type": "string"
+ },
+ "centers": {
+ "items": {
+ "properties": {
+ "awareness": {
+ "type": "boolean"
+ },
+ "biology": {
+ "type": "string"
+ },
+ "defined": {
+ "type": "boolean"
+ },
+ "gates": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "id": {
+ "type": "string"
+ },
+ "motor": {
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "nameLocalized": {
+ "type": "string"
+ },
+ "notSelfQuestion": {
+ "type": "string"
+ },
+ "theme": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "defined",
+ "motor",
+ "awareness",
+ "theme",
+ "notSelfQuestion",
+ "biology",
+ "gates"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "channels": {
+ "items": {
+ "properties": {
+ "centers": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "circuit": {
+ "type": "string"
+ },
+ "circuitDescription": {
+ "type": "string"
+ },
+ "circuitLocalized": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "gateA": {
+ "type": "number"
+ },
+ "gateB": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ },
+ "nameLocalized": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "gateA",
+ "gateB",
+ "name",
+ "circuit",
+ "centers",
+ "description",
+ "circuitDescription"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "definition": {
+ "type": "string"
+ },
+ "definitionDescription": {
+ "type": "string"
+ },
+ "definitionLocalized": {
+ "type": "string"
+ },
+ "designInstantUtc": {
+ "type": "string"
+ },
+ "gates": {
+ "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"
+ },
+ "incarnationCross": {
+ "properties": {
+ "angle": {
+ "type": "string"
+ },
+ "angleCode": {
+ "type": "string"
+ },
+ "angleLocalized": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "gates": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "gates",
+ "angle",
+ "angleCode",
+ "name"
+ ],
+ "type": "object"
+ },
+ "notSelf": {
+ "type": "string"
+ },
+ "notSelfLocalized": {
+ "type": "string"
+ },
+ "profile": {
+ "type": "string"
+ },
+ "profileDescription": {
+ "type": "string"
+ },
+ "profileKeynotes": {
+ "properties": {
+ "design": {
+ "type": "string"
+ },
+ "designLine": {
+ "type": "number"
+ },
+ "personality": {
+ "type": "string"
+ },
+ "personalityLine": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "personalityLine",
+ "designLine",
+ "personality",
+ "design"
+ ],
+ "type": "object"
+ },
+ "sides": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "signature": {
+ "type": "string"
+ },
+ "signatureLocalized": {
+ "type": "string"
+ },
+ "strategy": {
+ "type": "string"
+ },
+ "strategyDescription": {
+ "type": "string"
+ },
+ "strategyLocalized": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "typeDescription": {
+ "type": "string"
+ },
+ "typeLocalized": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "typeDescription",
+ "aura",
+ "strategy",
+ "strategyDescription",
+ "authority",
+ "authorityDescription",
+ "signature",
+ "notSelf",
+ "profile",
+ "profileKeynotes",
+ "profileDescription",
+ "definition",
+ "definitionDescription",
+ "sides",
+ "designInstantUtc",
+ "incarnationCross",
+ "centers",
+ "channels",
+ "gates"
+ ],
+ "type": "object"
+}