addedInput schema / properties / is_daytime / description
Added value: +"True if the birth moment falls between sunrise and sunset. Feeds Nathonnatha Bala within Kala Bala."
addedInput schema / properties / moon_phase_waxing / description
Added value: +"True during shukla paksha (waxing Moon). Feeds Paksha Bala within Kala Bala."
addedInput schema / properties / planets / items / properties / average_speed / description
Added value: +"Mean daily motion in degrees per day, compared against speed for Cheshta Bala."
addedInput schema / properties / planets / items / properties / benefic_aspect_count / description
Added value: +"Number of benefic aspects received. Drives Drik Bala."
addedInput schema / properties / planets / items / properties / bhava / description
Added value: +"House occupied, 1-12. Drives Dig Bala and Kendradi Bala."
addedInput schema / properties / planets / items / properties / longitude / description
Added value: +"Sidereal longitude in degrees [0, 360). Drives Uchcha, Ojhayugma and Drekkana Bala."
addedInput schema / properties / planets / items / properties / malefic_aspect_count / description
Added value: +"Number of malefic aspects received, subtracted in Drik Bala."
addedInput schema / properties / planets / items / properties / sign / description
Added value: +"Sidereal sign index, which must agree with longitude (floor(longitude / 30))."
addedInput schema / properties / planets / items / properties / speed / description
Added value: +"Current apparent speed in degrees per day, negative when retrograde. Drives Cheshta Bala."
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "planets": {
+ "description": "One entry per graha supplied, in input order.",
+ "items": {
+ "properties": {
+ "cheshta_bala": {
+ "description": "Motional strength, from speed against average speed.",
+ "type": "number"
+ },
+ "dig_bala": {
+ "description": "Directional strength.",
+ "type": "number"
+ },
+ "drekkana_bala": {
+ "description": "Decanate strength, 0 or 15.",
+ "type": "number"
+ },
+ "drik_bala": {
+ "description": "Aspectual strength, benefic aspects minus malefic.",
+ "type": "number"
+ },
+ "ishta_phala": {
+ "description": "Benefic potential, 0-60.",
+ "type": "number"
+ },
+ "kala_bala": {
+ "description": "Temporal strength. Nathonnatha and Paksha only; see the tool description.",
+ "type": "number"
+ },
+ "kashta_phala": {
+ "description": "Malefic potential, 0-60.",
+ "type": "number"
+ },
+ "kendradi_bala": {
+ "description": "Angularity strength, 15-60.",
+ "type": "number"
+ },
+ "naisargika_bala": {
+ "description": "Natural strength, fixed per graha.",
+ "type": "number"
+ },
+ "ojhayugma_bala": {
+ "description": "Odd/even sign strength, 0-30.",
+ "type": "number"
+ },
+ "planet": {
+ "description": "Graha assessed.",
+ "type": "string"
+ },
+ "sthana_bala": {
+ "description": "Positional strength: the sum of the four sub-components below.",
+ "type": "number"
+ },
+ "total": {
+ "description": "Sum of the six balas, in virupas.",
+ "type": "number"
+ },
+ "uccha_bala": {
+ "description": "Exaltation strength, 0-60.",
+ "type": "number"
+ }
+ },
+ "required": [
+ "planet",
+ "sthana_bala",
+ "dig_bala",
+ "kala_bala",
+ "cheshta_bala",
+ "naisargika_bala",
+ "drik_bala",
+ "total"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "planets"
+ ],
+ "type": "object"
+}