changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "ciphers": {
+ "items": {
+ "properties": {
+ "century": {
+ "type": "string"
+ },
+ "computed": {
+ "type": "boolean"
+ },
+ "definition": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "multiValued": {
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "sources": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "tradition": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "tradition",
+ "century",
+ "definition",
+ "computed",
+ "sources"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "latinCiphers": {
+ "items": {
+ "properties": {
+ "century": {
+ "type": "string"
+ },
+ "computed": {
+ "type": "boolean"
+ },
+ "definition": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "multiValued": {
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "sources": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "tradition": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "tradition",
+ "century",
+ "definition",
+ "computed",
+ "sources"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ },
+ "transformations": {
+ "items": {
+ "properties": {
+ "century": {
+ "type": "string"
+ },
+ "computed": {
+ "type": "boolean"
+ },
+ "definition": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "multiValued": {
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "sources": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "tradition": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "tradition",
+ "century",
+ "definition",
+ "computed",
+ "sources"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "total",
+ "ciphers",
+ "transformations",
+ "latinCiphers"
+ ],
+ "type": "object"
+}