changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "citation": {
+ "additionalProperties": false,
+ "properties": {
+ "author": {
+ "type": "string"
+ },
+ "doi": {
+ "type": "string"
+ },
+ "doiUrl": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "year": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "author",
+ "year",
+ "doi",
+ "doiUrl"
+ ],
+ "type": "object"
+ },
+ "contributors": {
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "members": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "role": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "slug",
+ "role",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "names": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "count",
+ "names",
+ "members"
+ ],
+ "type": "object"
+ },
+ "date": {
+ "type": "string"
+ },
+ "hierarchy": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "goals": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "actionCount": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "actions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "slug",
+ "id"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "slug",
+ "id",
+ "actionCount",
+ "actions"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "slug",
+ "id",
+ "goals"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "languages": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "staticPages": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "slug"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "structure": {
+ "additionalProperties": false,
+ "properties": {
+ "actions": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "contributors": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "goals": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "spheres": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "spheres",
+ "goals",
+ "actions",
+ "contributors"
+ ],
+ "type": "object"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "date",
+ "languages",
+ "structure",
+ "citation",
+ "hierarchy",
+ "staticPages",
+ "contributors"
+ ],
+ "type": "object"
+}