changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "limit": {
+ "type": "number"
+ },
+ "matrix": {
+ "additionalProperties": {
+ "properties": {
+ "decreasedBy": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "increasedBy": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "decreasedBy",
+ "increasedBy"
+ ],
+ "type": "object"
+ },
+ "type": "object"
+ },
+ "meta": {
+ "properties": {
+ "disclaimer": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "disclaimer"
+ ],
+ "type": "object"
+ },
+ "offset": {
+ "type": "number"
+ },
+ "rasas": {
+ "items": {
+ "properties": {
+ "decreases": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "devanagari": {
+ "type": "string"
+ },
+ "elements": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "english": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "increases": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sanskritName": {
+ "type": "string"
+ },
+ "textForm": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "sanskritName",
+ "devanagari",
+ "textForm",
+ "english",
+ "elements",
+ "decreases",
+ "increases"
+ ],
+ "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"
+ },
+ "strengthOrder": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "limit",
+ "offset",
+ "strengthOrder",
+ "rasas",
+ "matrix",
+ "sources",
+ "meta"
+ ],
+ "type": "object"
+}