changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "brahmaMuhurta": {
+ "properties": {
+ "end": {
+ "type": "string"
+ },
+ "start": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "conventions": {
+ "properties": {
+ "doshaClock": {
+ "type": "string"
+ },
+ "hemisphere": {
+ "type": "string"
+ },
+ "rituZodiac": {
+ "type": "string"
+ },
+ "ritucharyaScheme": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "doshaClock",
+ "ritucharyaScheme",
+ "rituZodiac",
+ "hemisphere"
+ ],
+ "type": "object"
+ },
+ "date": {
+ "type": "string"
+ },
+ "doshaCycle": {
+ "items": {
+ "properties": {
+ "dosha": {
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "dosha",
+ "state"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "doshaPeriods": {
+ "items": {
+ "properties": {
+ "dosha": {
+ "type": "string"
+ },
+ "end": {
+ "type": "string"
+ },
+ "span": {
+ "type": "string"
+ },
+ "start": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "dosha",
+ "start",
+ "end",
+ "span"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "disclaimer": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "disclaimer"
+ ],
+ "type": "object"
+ },
+ "ritu": {
+ "properties": {
+ "ayana": {
+ "type": "string"
+ },
+ "end": {
+ "type": "string"
+ },
+ "gloss": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "phase": {
+ "type": "string"
+ },
+ "sanskritName": {
+ "type": "string"
+ },
+ "start": {
+ "type": "string"
+ },
+ "strength": {
+ "type": "string"
+ },
+ "tasteIncreasing": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "sanskritName",
+ "gloss",
+ "start",
+ "end",
+ "ayana",
+ "phase",
+ "strength",
+ "tasteIncreasing"
+ ],
+ "type": "object"
+ },
+ "sources": {
+ "items": {
+ "properties": {
+ "chapter": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "publicDomain": {
+ "type": "boolean"
+ },
+ "text": {
+ "type": "string"
+ },
+ "translation": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "verse": {
+ "type": "string"
+ },
+ "year": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "text",
+ "chapter",
+ "verse",
+ "translation",
+ "year",
+ "publicDomain"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "sunrise": {
+ "type": "string"
+ },
+ "sunset": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "date",
+ "sunrise",
+ "sunset",
+ "brahmaMuhurta",
+ "doshaPeriods",
+ "ritu",
+ "doshaCycle",
+ "summary",
+ "sources",
+ "conventions",
+ "meta"
+ ],
+ "type": "object"
+}