changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "ayanamsa": {
+ "default": "kp-newcomb",
+ "enum": [
+ "kp-newcomb",
+ "kp-old",
+ "lahiri",
+ "raman"
+ ],
+ "type": "string"
+ },
+ "ayanamsaDegrees": {
+ "type": "number"
+ },
+ "band": {
+ "enum": [
+ "strong",
+ "favourable",
+ "mixed",
+ "caution",
+ "unfavourable"
+ ],
+ "type": "string"
+ },
+ "bestWindow": {
+ "properties": {
+ "from": {
+ "type": "string"
+ },
+ "inGain": {
+ "type": "boolean"
+ },
+ "inLoss": {
+ "type": "boolean"
+ },
+ "score": {
+ "type": "number"
+ },
+ "subLord": {
+ "type": "string"
+ },
+ "to": {
+ "type": "string"
+ },
+ "verdict": {
+ "enum": [
+ "favourable",
+ "mixed",
+ "unfavourable",
+ "neutral"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "inGain",
+ "inLoss",
+ "verdict",
+ "from",
+ "to",
+ "subLord",
+ "score"
+ ],
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "date": {
+ "type": "string"
+ },
+ "houses": {
+ "properties": {
+ "gain": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "loss": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "gain",
+ "loss"
+ ],
+ "type": "object"
+ },
+ "layers": {
+ "properties": {
+ "cusps": {
+ "properties": {
+ "layer": {
+ "enum": [
+ "cusps"
+ ],
+ "type": "string"
+ },
+ "rows": {
+ "items": {
+ "properties": {
+ "house": {
+ "type": "number"
+ },
+ "inGain": {
+ "type": "boolean"
+ },
+ "inLoss": {
+ "type": "boolean"
+ },
+ "inverted": {
+ "type": "boolean"
+ },
+ "longitude": {
+ "type": "number"
+ },
+ "score": {
+ "type": "number"
+ },
+ "signLord": {
+ "type": "string"
+ },
+ "starLord": {
+ "type": "string"
+ },
+ "subLord": {
+ "type": "string"
+ },
+ "verdict": {
+ "enum": [
+ "favourable",
+ "mixed",
+ "unfavourable",
+ "neutral"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "inGain",
+ "inLoss",
+ "verdict",
+ "house",
+ "longitude",
+ "signLord",
+ "starLord",
+ "subLord",
+ "inverted",
+ "score"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "score": {
+ "type": "number"
+ },
+ "weight": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "layer",
+ "weight",
+ "score",
+ "rows"
+ ],
+ "type": "object"
+ },
+ "dasha": {
+ "properties": {
+ "layer": {
+ "enum": [
+ "dasha"
+ ],
+ "type": "string"
+ },
+ "rows": {
+ "items": {
+ "properties": {
+ "endDate": {
+ "type": "string"
+ },
+ "inGain": {
+ "type": "boolean"
+ },
+ "inLoss": {
+ "type": "boolean"
+ },
+ "level": {
+ "enum": [
+ "mahadasha",
+ "antardasha",
+ "pratyantardasha",
+ "sookshmaDasha"
+ ],
+ "type": "string"
+ },
+ "lord": {
+ "type": "string"
+ },
+ "retrograde": {
+ "type": "boolean"
+ },
+ "score": {
+ "type": "number"
+ },
+ "startDate": {
+ "type": "string"
+ },
+ "verdict": {
+ "enum": [
+ "favourable",
+ "mixed",
+ "unfavourable",
+ "neutral"
+ ],
+ "type": "string"
+ },
+ "weight": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "inGain",
+ "inLoss",
+ "verdict",
+ "level",
+ "lord",
+ "startDate",
+ "endDate",
+ "retrograde",
+ "score",
+ "weight"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "score": {
+ "type": "number"
+ },
+ "weight": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "layer",
+ "weight",
+ "score",
+ "rows"
+ ],
+ "type": "object"
+ },
+ "moonWindows": {
+ "properties": {
+ "layer": {
+ "enum": [
+ "moonWindows"
+ ],
+ "type": "string"
+ },
+ "rows": {
+ "items": {
+ "properties": {
+ "from": {
+ "type": "string"
+ },
+ "inGain": {
+ "type": "boolean"
+ },
+ "inLoss": {
+ "type": "boolean"
+ },
+ "score": {
+ "type": "number"
+ },
+ "subLord": {
+ "type": "string"
+ },
+ "to": {
+ "type": "string"
+ },
+ "verdict": {
+ "enum": [
+ "favourable",
+ "mixed",
+ "unfavourable",
+ "neutral"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "inGain",
+ "inLoss",
+ "verdict",
+ "from",
+ "to",
+ "subLord",
+ "score"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "score": {
+ "type": "number"
+ },
+ "weight": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "layer",
+ "weight",
+ "score",
+ "rows"
+ ],
+ "type": "object"
+ },
+ "rulingPlanets": {
+ "properties": {
+ "layer": {
+ "enum": [
+ "rulingPlanets"
+ ],
+ "type": "string"
+ },
+ "rows": {
+ "items": {
+ "properties": {
+ "inGain": {
+ "type": "boolean"
+ },
+ "inLoss": {
+ "type": "boolean"
+ },
+ "planet": {
+ "type": "string"
+ },
+ "retrograde": {
+ "type": "boolean"
+ },
+ "score": {
+ "type": "number"
+ },
+ "verdict": {
+ "enum": [
+ "favourable",
+ "mixed",
+ "unfavourable",
+ "neutral"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "inGain",
+ "inLoss",
+ "verdict",
+ "planet",
+ "retrograde",
+ "score"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "score": {
+ "type": "number"
+ },
+ "weight": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "layer",
+ "weight",
+ "score",
+ "rows"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "cusps",
+ "dasha",
+ "rulingPlanets",
+ "moonWindows"
+ ],
+ "type": "object"
+ },
+ "readingAt": {
+ "type": "string"
+ },
+ "score": {
+ "type": "number"
+ },
+ "significators": {
+ "properties": {
+ "byHouse": {
+ "items": {
+ "properties": {
+ "group": {
+ "enum": [
+ "gain",
+ "loss"
+ ],
+ "type": "string"
+ },
+ "house": {
+ "type": "number"
+ },
+ "significators": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "house",
+ "group",
+ "significators"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "gain": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "loss": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "gain",
+ "loss",
+ "byHouse"
+ ],
+ "type": "object"
+ },
+ "worstWindows": {
+ "items": {
+ "properties": {
+ "from": {
+ "type": "string"
+ },
+ "inGain": {
+ "type": "boolean"
+ },
+ "inLoss": {
+ "type": "boolean"
+ },
+ "score": {
+ "type": "number"
+ },
+ "subLord": {
+ "type": "string"
+ },
+ "to": {
+ "type": "string"
+ },
+ "verdict": {
+ "enum": [
+ "favourable",
+ "mixed",
+ "unfavourable",
+ "neutral"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "inGain",
+ "inLoss",
+ "verdict",
+ "from",
+ "to",
+ "subLord",
+ "score"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "date",
+ "readingAt",
+ "ayanamsaDegrees",
+ "houses",
+ "significators",
+ "layers",
+ "score",
+ "band",
+ "bestWindow",
+ "worstWindows"
+ ],
+ "type": "object"
+}