addedOutput schema / properties / advice
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / card / properties
Added value: +{
+ "arcana": {
+ "type": "string"
+ },
+ "keywords": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ }
+}
changedOutput schema / properties / card / type
Previous value: -"string"New value: +"object"
addedOutput schema / properties / generated_at
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / interpretation
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / meaning
Removed value: -{
- "description": "Interpretation of the card for the given question",
- "type": "string"
-}
removedOutput schema / properties / number
Removed value: -{
- "description": "The number or position of the card in its suit",
- "type": "integer"
-}
addedOutput schema / properties / orientation
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / question
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / suit
Removed value: -{
- "description": "The suit of the card (Major Arcana, Cups, Wands, Swords, Pentacles)",
- "type": "string"
-}
addedOutput schema / properties / warning
Added value: +{
+ "type": "null"
+}