changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "devatas": {
+ "items": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "square": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "square",
+ "id",
+ "name"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "dikpala": {
+ "type": "string"
+ },
+ "element": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "places": {
+ "type": "string"
+ },
+ "sources": {
+ "items": {
+ "properties": {
+ "basis": {
+ "type": "string"
+ },
+ "chapter": {
+ "type": "number"
+ },
+ "publicDomain": {
+ "type": "boolean"
+ },
+ "text": {
+ "type": "string"
+ },
+ "translation": {
+ "type": "string"
+ },
+ "verse": {
+ "type": "string"
+ },
+ "year": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "text"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "squares": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "water": {
+ "properties": {
+ "auspiciousness": {
+ "type": "string"
+ },
+ "effect": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "effect",
+ "auspiciousness"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "id",
+ "dikpala",
+ "kind",
+ "squares",
+ "devatas",
+ "water",
+ "sources"
+ ],
+ "type": "object"
+}