changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "month": {
+ "type": "number"
+ },
+ "startingPositions": {
+ "items": {
+ "properties": {
+ "longitude": {
+ "type": "number"
+ },
+ "planet": {
+ "type": "string"
+ },
+ "planetLocalized": {
+ "type": "string"
+ },
+ "sign": {
+ "type": "string"
+ },
+ "signLocalized": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "planet",
+ "sign",
+ "longitude"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "timezone": {
+ "type": "number"
+ },
+ "transitEvents": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "datetime": {
+ "type": "string"
+ },
+ "fromSign": {
+ "type": "string"
+ },
+ "fromSignLocalized": {
+ "type": "string"
+ },
+ "isRetrograde": {
+ "type": "boolean"
+ },
+ "planet": {
+ "type": "string"
+ },
+ "planetLocalized": {
+ "type": "string"
+ },
+ "time": {
+ "type": "string"
+ },
+ "toSign": {
+ "type": "string"
+ },
+ "toSignLocalized": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "planet",
+ "fromSign",
+ "toSign",
+ "date",
+ "time",
+ "datetime",
+ "isRetrograde"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "year": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "year",
+ "month",
+ "timezone",
+ "startingPositions",
+ "transitEvents"
+ ],
+ "type": "object"
+}