changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "conventions": {
+ "properties": {
+ "letterAttribution": {
+ "type": "string"
+ },
+ "sephirotSystem": {
+ "type": "string"
+ },
+ "treeVariant": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "treeVariant",
+ "sephirotSystem",
+ "letterAttribution"
+ ],
+ "type": "object"
+ },
+ "lightningFlash": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "paths": {
+ "items": {
+ "properties": {
+ "attribution": {
+ "properties": {
+ "kind": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "value"
+ ],
+ "type": "object"
+ },
+ "from": {
+ "type": "string"
+ },
+ "letter": {
+ "type": "string"
+ },
+ "letterGlyph": {
+ "type": "string"
+ },
+ "path": {
+ "type": "number"
+ },
+ "to": {
+ "type": "string"
+ },
+ "trump": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "number": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "number",
+ "name"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "path",
+ "letter",
+ "letterGlyph",
+ "from",
+ "to",
+ "trump",
+ "attribution"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "sephirot": {
+ "items": {
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "english": {
+ "type": "string"
+ },
+ "hebrew": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "meaning": {
+ "type": "string"
+ },
+ "number": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "pillar": {
+ "type": "string"
+ },
+ "pillarName": {
+ "type": "string"
+ },
+ "romanization": {
+ "type": "string"
+ },
+ "world": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "number",
+ "hebrew",
+ "romanization",
+ "english",
+ "pillar",
+ "pillarName",
+ "world",
+ "attribution",
+ "meaning"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "worlds": {
+ "items": {
+ "properties": {
+ "english": {
+ "type": "string"
+ },
+ "hebrew": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "romanization": {
+ "type": "string"
+ },
+ "sephirot": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sephirotAlternate": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "id",
+ "hebrew",
+ "romanization",
+ "english",
+ "sephirot",
+ "sephirotAlternate"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "sephirot",
+ "paths",
+ "worlds",
+ "lightningFlash",
+ "conventions"
+ ],
+ "type": "object"
+}