changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "bhinnashtakavarga": {
+ "items": {
+ "properties": {
+ "bindus": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "planet": {
+ "type": "string"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "planet",
+ "bindus",
+ "total"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "frame": {
+ "properties": {
+ "ayanamsa": {
+ "type": "string"
+ },
+ "ayanamsaDegrees": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "ayanamsa",
+ "ayanamsaDegrees"
+ ],
+ "type": "object"
+ },
+ "reducedBhinnashtakavarga": {
+ "items": {
+ "properties": {
+ "bindus": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "planet": {
+ "type": "string"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "planet",
+ "bindus",
+ "total"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "reducedSarvashtakavarga": {
+ "properties": {
+ "bindus": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "bindus",
+ "total"
+ ],
+ "type": "object"
+ },
+ "sarvashtakavarga": {
+ "properties": {
+ "bindus": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "bindus",
+ "total"
+ ],
+ "type": "object"
+ },
+ "shodhyaPinda": {
+ "items": {
+ "properties": {
+ "grahaPinda": {
+ "type": "number"
+ },
+ "planet": {
+ "type": "string"
+ },
+ "rashiPinda": {
+ "type": "number"
+ },
+ "shodhyaPinda": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "planet",
+ "rashiPinda",
+ "grahaPinda",
+ "shodhyaPinda"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "signs": {
+ "items": {
+ "enum": [
+ "Aries",
+ "Taurus",
+ "Gemini",
+ "Cancer",
+ "Leo",
+ "Virgo",
+ "Libra",
+ "Scorpio",
+ "Sagittarius",
+ "Capricorn",
+ "Aquarius",
+ "Pisces"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "frame",
+ "bhinnashtakavarga",
+ "sarvashtakavarga",
+ "reducedBhinnashtakavarga",
+ "reducedSarvashtakavarga",
+ "shodhyaPinda",
+ "signs"
+ ],
+ "type": "object"
+}