changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "events": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "datetime": {
+ "type": "string"
+ },
+ "dec1": {
+ "type": "number"
+ },
+ "dec2": {
+ "type": "number"
+ },
+ "orb": {
+ "type": "number"
+ },
+ "planet1": {
+ "type": "string"
+ },
+ "planet1Localized": {
+ "type": "string"
+ },
+ "planet2": {
+ "type": "string"
+ },
+ "planet2Localized": {
+ "type": "string"
+ },
+ "time": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "parallel",
+ "contraparallel"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "planet1",
+ "planet2",
+ "type",
+ "date",
+ "time",
+ "datetime",
+ "orb",
+ "dec1",
+ "dec2"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "month": {
+ "type": "number"
+ },
+ "year": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "year",
+ "month",
+ "events"
+ ],
+ "type": "object"
+}