changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "alternatePeriods": {
+ "items": {
+ "properties": {
+ "dosha": {
+ "type": "string"
+ },
+ "end": {
+ "type": "string"
+ },
+ "span": {
+ "type": "string"
+ },
+ "start": {
+ "type": "string"
+ },
+ "third": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "dosha",
+ "start",
+ "end",
+ "span"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "brahmaMuhurta": {
+ "properties": {
+ "end": {
+ "type": "string"
+ },
+ "muhurtaMinutes": {
+ "type": "number"
+ },
+ "muhurtasPerAhoratra": {
+ "type": "number"
+ },
+ "source": {
+ "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"
+ },
+ "start": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end",
+ "muhurtaMinutes",
+ "muhurtasPerAhoratra",
+ "source"
+ ],
+ "type": "object"
+ },
+ "conventions": {
+ "properties": {
+ "doshaClock": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "doshaClock"
+ ],
+ "type": "object"
+ },
+ "date": {
+ "type": "string"
+ },
+ "doshaPeriods": {
+ "items": {
+ "properties": {
+ "dosha": {
+ "type": "string"
+ },
+ "end": {
+ "type": "string"
+ },
+ "span": {
+ "type": "string"
+ },
+ "start": {
+ "type": "string"
+ },
+ "third": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "dosha",
+ "start",
+ "end",
+ "span"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "disclaimer": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "disclaimer"
+ ],
+ "type": "object"
+ },
+ "nextSunrise": {
+ "type": "string"
+ },
+ "routine": {
+ "items": {
+ "properties": {
+ "guidance": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "order": {
+ "type": "number"
+ },
+ "sanskritName": {
+ "type": "string"
+ },
+ "source": {
+ "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"
+ },
+ "timing": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "order",
+ "id",
+ "sanskritName",
+ "guidance",
+ "timing",
+ "source"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "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",
+ "nextSunrise",
+ "brahmaMuhurta",
+ "doshaPeriods",
+ "alternatePeriods",
+ "routine",
+ "summary",
+ "sources",
+ "conventions",
+ "meta"
+ ],
+ "type": "object"
+}