changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "facing": {
+ "type": "string"
+ },
+ "rooms": {
+ "items": {
+ "properties": {
+ "avoidDirections": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "idealDirections": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "reading": {
+ "type": "string"
+ },
+ "remedy": {
+ "type": "string"
+ },
+ "source": {
+ "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": {
+ "type": "string"
+ },
+ "verdict": {
+ "type": "string"
+ },
+ "zone": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "zone",
+ "verdict",
+ "idealDirections",
+ "avoidDirections",
+ "reading",
+ "source"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "score": {
+ "type": "number"
+ },
+ "scoring": {
+ "properties": {
+ "avoidPoints": {
+ "type": "number"
+ },
+ "conventionWeight": {
+ "type": "number"
+ },
+ "idealPoints": {
+ "type": "number"
+ },
+ "neutralPoints": {
+ "type": "number"
+ },
+ "sourcedWeight": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "sourcedWeight",
+ "conventionWeight",
+ "idealPoints",
+ "neutralPoints",
+ "avoidPoints"
+ ],
+ "type": "object"
+ },
+ "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"
+ }
+ },
+ "required": [
+ "rooms",
+ "score",
+ "scoring",
+ "facing",
+ "sources"
+ ],
+ "type": "object"
+}