changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "dailyMessage": {
+ "type": "string"
+ },
+ "date": {
+ "type": "string"
+ },
+ "hexagram": {
+ "properties": {
+ "chinese": {
+ "type": "string"
+ },
+ "english": {
+ "type": "string"
+ },
+ "image": {
+ "type": "string"
+ },
+ "interpretation": {
+ "properties": {
+ "advice": {
+ "type": "string"
+ },
+ "career": {
+ "type": "string"
+ },
+ "decision": {
+ "type": "string"
+ },
+ "general": {
+ "type": "string"
+ },
+ "love": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "general",
+ "love",
+ "career",
+ "decision",
+ "advice"
+ ],
+ "type": "object"
+ },
+ "judgment": {
+ "type": "string"
+ },
+ "lowerTrigram": {
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ },
+ "pinyin": {
+ "type": "string"
+ },
+ "symbol": {
+ "type": "string"
+ },
+ "upperTrigram": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "number",
+ "symbol",
+ "chinese",
+ "english",
+ "pinyin",
+ "upperTrigram",
+ "lowerTrigram",
+ "judgment",
+ "image",
+ "interpretation"
+ ],
+ "type": "object"
+ },
+ "seed": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "date",
+ "seed",
+ "hexagram",
+ "dailyMessage"
+ ],
+ "type": "object"
+}