changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "band": {
+ "type": "string"
+ },
+ "components": {
+ "items": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "matched": {
+ "type": "boolean"
+ },
+ "maximum": {
+ "type": "number"
+ },
+ "points": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "id",
+ "points",
+ "maximum",
+ "matched"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "conventions": {
+ "properties": {
+ "misparGadol": {
+ "type": "string"
+ },
+ "transliteration": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "misparGadol"
+ ],
+ "type": "object"
+ },
+ "first": {
+ "properties": {
+ "hebrew": {
+ "type": "string"
+ },
+ "input": {
+ "type": "string"
+ },
+ "reduced": {
+ "type": "number"
+ },
+ "romanization": {
+ "type": "string"
+ },
+ "rule": {
+ "type": "string"
+ },
+ "sephirah": {
+ "type": "string"
+ },
+ "sephirahEnglish": {
+ "type": "string"
+ },
+ "standard": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "input",
+ "hebrew",
+ "romanization",
+ "rule",
+ "standard",
+ "reduced",
+ "sephirah",
+ "sephirahEnglish"
+ ],
+ "type": "object"
+ },
+ "reading": {
+ "type": "string"
+ },
+ "score": {
+ "type": "number"
+ },
+ "second": {
+ "properties": {
+ "hebrew": {
+ "type": "string"
+ },
+ "input": {
+ "type": "string"
+ },
+ "reduced": {
+ "type": "number"
+ },
+ "romanization": {
+ "type": "string"
+ },
+ "rule": {
+ "type": "string"
+ },
+ "sephirah": {
+ "type": "string"
+ },
+ "sephirahEnglish": {
+ "type": "string"
+ },
+ "standard": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "input",
+ "hebrew",
+ "romanization",
+ "rule",
+ "standard",
+ "reduced",
+ "sephirah",
+ "sephirahEnglish"
+ ],
+ "type": "object"
+ },
+ "sharedValues": {
+ "items": {
+ "properties": {
+ "cipher": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "cipher",
+ "name",
+ "value"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "first",
+ "second",
+ "sharedValues",
+ "score",
+ "band",
+ "components",
+ "reading",
+ "conventions"
+ ],
+ "type": "object"
+}