changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "versions": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "active": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "author": {
+ "anyOf": [
+ {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "createdAt": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "language": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "readableSummary": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "replacedBy": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "situations": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "version": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "versionId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+}