changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "astro": {
+ "type": "string"
+ },
+ "card": {
+ "type": "string"
+ },
+ "cards": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "astro": {
+ "type": "string"
+ },
+ "card": {
+ "type": "string"
+ },
+ "glyph": {
+ "type": "string"
+ },
+ "meaning": {
+ "type": "string"
+ },
+ "orientation": {
+ "type": "string"
+ },
+ "position": {
+ "type": "string"
+ },
+ "reversed": {
+ "type": "string"
+ },
+ "tag": {
+ "type": "string"
+ },
+ "upright": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "card",
+ "glyph",
+ "tag",
+ "upright",
+ "reversed"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "date": {
+ "type": "string"
+ },
+ "glyph": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "reversed": {
+ "type": "string"
+ },
+ "spread": {
+ "type": "string"
+ },
+ "tag": {
+ "type": "string"
+ },
+ "tarot_page": {
+ "type": "string"
+ },
+ "upright": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}