changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": {},
+ "properties": {
+ "ancestors": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "generation": {
+ "type": "number"
+ },
+ "people": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "degree": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "generation",
+ "people"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "children": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "degree": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "descendants": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "generation": {
+ "type": "number"
+ },
+ "people": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "degree": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "generation",
+ "people"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "error": {
+ "type": "string"
+ },
+ "licence": {
+ "additionalProperties": {},
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "data": {
+ "type": "string"
+ },
+ "document": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "shareAlike": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "note": {
+ "type": "string"
+ },
+ "parents": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "degree": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "person": {
+ "additionalProperties": {},
+ "properties": {
+ "degree": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "lat": {
+ "type": "number"
+ },
+ "lon": {
+ "type": "number"
+ },
+ "osis": {
+ "type": "string"
+ },
+ "shareAlike": {
+ "type": "boolean"
+ },
+ "strongs": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "type"
+ ],
+ "type": "object"
+ },
+ "siblings": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "degree": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "spouses": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "degree": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}