changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "days": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "positions": {
+ "items": {
+ "properties": {
+ "degreeInSign": {
+ "type": "number"
+ },
+ "isRetrograde": {
+ "type": "boolean"
+ },
+ "longitude": {
+ "type": "number"
+ },
+ "planet": {
+ "type": "string"
+ },
+ "planetLocalized": {
+ "type": "string"
+ },
+ "sign": {
+ "type": "string"
+ },
+ "signLocalized": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "planet",
+ "longitude",
+ "sign",
+ "degreeInSign",
+ "isRetrograde"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "date",
+ "positions"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "month": {
+ "type": "number"
+ },
+ "year": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "year",
+ "month",
+ "days"
+ ],
+ "type": "object"
+}