changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "limit": {
+ "type": "number"
+ },
+ "meta": {
+ "properties": {
+ "disclaimer": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "disclaimer"
+ ],
+ "type": "object"
+ },
+ "offset": {
+ "type": "number"
+ },
+ "pairs": {
+ "items": {
+ "properties": {
+ "a": {
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "actionSanskrit": {
+ "type": "string"
+ },
+ "doshas": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "english": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "sanskritName": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "sanskritName",
+ "english",
+ "action",
+ "actionSanskrit",
+ "doshas"
+ ],
+ "type": "object"
+ },
+ "b": {
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "actionSanskrit": {
+ "type": "string"
+ },
+ "doshas": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "english": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "sanskritName": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "sanskritName",
+ "english",
+ "action",
+ "actionSanskrit",
+ "doshas"
+ ],
+ "type": "object"
+ },
+ "note": {
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "number",
+ "a",
+ "b"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "rule": {
+ "type": "string"
+ },
+ "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",
+ "rule",
+ "pairs",
+ "sources",
+ "meta"
+ ],
+ "type": "object"
+}