changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "doshas": {
+ "items": {
+ "properties": {
+ "alsoCalled": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "devanagari": {
+ "type": "string"
+ },
+ "element": {
+ "type": "string"
+ },
+ "functions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "id": {
+ "type": "string"
+ },
+ "modernElementPair": {
+ "type": "string"
+ },
+ "qualities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "qualityGunas": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sanskritName": {
+ "type": "string"
+ },
+ "seats": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "seatsVariant": {
+ "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"
+ },
+ "specialSeat": {
+ "type": "string"
+ },
+ "states": {
+ "properties": {
+ "accumulating": {
+ "type": "string"
+ },
+ "aggravated": {
+ "type": "string"
+ },
+ "balanced": {
+ "type": "string"
+ },
+ "settlesWith": {
+ "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"
+ }
+ },
+ "required": [
+ "balanced",
+ "accumulating",
+ "aggravated",
+ "settlesWith",
+ "source"
+ ],
+ "type": "object"
+ },
+ "subDoshas": {
+ "items": {
+ "properties": {
+ "devanagari": {
+ "type": "string"
+ },
+ "function": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "moves": {
+ "type": "string"
+ },
+ "sanskritName": {
+ "type": "string"
+ },
+ "seat": {
+ "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"
+ }
+ },
+ "required": [
+ "id",
+ "sanskritName",
+ "devanagari",
+ "seat",
+ "function",
+ "source"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "id",
+ "sanskritName",
+ "devanagari",
+ "alsoCalled",
+ "element",
+ "modernElementPair",
+ "qualities",
+ "qualityGunas",
+ "seats",
+ "specialSeat",
+ "seatsVariant",
+ "functions",
+ "subDoshas",
+ "states",
+ "source"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "meta": {
+ "properties": {
+ "disclaimer": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "disclaimer"
+ ],
+ "type": "object"
+ },
+ "offset": {
+ "type": "number"
+ },
+ "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"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "limit",
+ "offset",
+ "doshas",
+ "sources",
+ "meta"
+ ],
+ "type": "object"
+}