removedOutput schema / properties / creditLine / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / creditLine / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / curatorialNarrative / properties / en / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / curatorialNarrative / properties / en / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / curatorialNarrative / properties / nl / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / curatorialNarrative / properties / nl / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / dateDisplay / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / dateDisplay / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / description / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / description / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / dimensions / items / properties / note / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / dimensions / items / properties / note / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / dimensions / items / properties / value / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "string"
- }
-]
addedOutput schema / properties / dimensions / items / properties / value / type
Added value: +[
+ "number",
+ "string"
+]
removedOutput schema / properties / exhibitions / items / properties / dateEnd / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / exhibitions / items / properties / dateEnd / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / exhibitions / items / properties / dateStart / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / exhibitions / items / properties / dateStart / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / exhibitions / items / properties / titleEn / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / exhibitions / items / properties / titleEn / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / exhibitions / items / properties / titleNl / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / exhibitions / items / properties / titleNl / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / extentText / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / extentText / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / externalIds / properties / handle / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / externalIds / properties / handle / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / license / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / license / type
Added value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / location / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "floor": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "roomId": {
- "type": "string"
- },
- "roomName": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "roomId",
- "floor",
- "roomName"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "floor": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "roomId": {
+ "type": "string"
+ },
+ "roomName": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "roomId",
+ "floor",
+ "roomName"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / parsedInscriptions / items / properties / normalizedPlacement / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / parsedInscriptions / items / properties / normalizedPlacement / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / parsedInscriptions / items / properties / normalizedTechnique / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / parsedInscriptions / items / properties / normalizedTechnique / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / parsedInscriptions / items / properties / normalizedType / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / parsedInscriptions / items / properties / normalizedType / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / parsedInscriptions / items / properties / placement / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / parsedInscriptions / items / properties / placement / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / parsedInscriptions / items / properties / technique / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / parsedInscriptions / items / properties / technique / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / parsedInscriptions / items / properties / type / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / parsedInscriptions / items / properties / type / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / parsedInscriptions / items / properties / value / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / parsedInscriptions / items / properties / value / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / persistentId / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / persistentId / description
Added value: +"Harvested handle.net URI for long-term citation; same value as externalIds.handle. Null for the minority of records with no handle."
addedOutput schema / properties / persistentId / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / physicalDimensions / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / physicalDimensions / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / physicalRelations / items / properties / iiifId / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / physicalRelations / items / properties / iiifId / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / physicalRelations / items / properties / objectNumber / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / physicalRelations / items / properties / objectNumber / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / physicalRelations / items / properties / title / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / physicalRelations / items / properties / title / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / production / items / properties / attributionQualifier / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / production / items / properties / attributionQualifier / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / production / items / properties / personInfo / properties / gender / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / production / items / properties / personInfo / properties / gender / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / production / items / properties / personInfo / properties / wikidataId / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / production / items / properties / personInfo / properties / wikidataId / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / production / items / properties / place / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / production / items / properties / place / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / production / items / properties / role / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / production / items / properties / role / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / provenance / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / provenance / type
Added value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / provenanceChain / anyOf
Previous value: -[
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "date": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "text": {
- "description": "Original date expression as it appeared in the source.",
- "type": "string"
- },
- "year": {
- "anyOf": [
- {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "description": "Best-effort single year; null if the date couldn't be reduced to a year."
- }
- },
- "required": [
- "year",
- "text"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "gap": {
- "type": "boolean"
- },
- "location": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "party": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "name": {
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "price": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "amount": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "currency": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "required": [
- "currency",
- "amount",
- "text"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "sequence": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "transferType": {
- "description": "Normalized transfer type: sale, inheritance, by_descent, widowhood, bequest, commission, confiscation, theft, looting, recuperation, loan, transfer, collection, gift, exchange, deposit, restitution, inventory, or unknown.",
- "type": "string"
- },
- "uncertain": {
- "type": "boolean"
- }
- },
- "required": [
- "sequence",
- "gap",
- "uncertain",
- "transferType",
- "party",
- "location",
- "date",
- "price"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "date": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "text": {
+ "description": "Original date expression as it appeared in the source.",
+ "type": "string"
+ },
+ "year": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Best-effort single year; null if the date couldn't be reduced to a year."
+ }
+ },
+ "required": [
+ "year",
+ "text"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "gap": {
+ "type": "boolean"
+ },
+ "location": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "party": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "price": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "amount": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "currency",
+ "amount",
+ "text"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sequence": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "transferType": {
+ "description": "Normalized transfer type: sale, inheritance, by_descent, widowhood, bequest, commission, confiscation, theft, looting, recuperation, loan, transfer, collection, gift, exchange, deposit, restitution, inventory, or unknown.",
+ "type": "string"
+ },
+ "uncertain": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "sequence",
+ "gap",
+ "uncertain",
+ "transferType",
+ "party",
+ "location",
+ "date",
+ "price"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / recordCreated / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / recordCreated / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / recordModified / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / recordModified / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / relatedObjects / items / properties / iiifId / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / relatedObjects / items / properties / iiifId / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / relatedObjects / items / properties / objectNumber / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / relatedObjects / items / properties / objectNumber / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / relatedObjects / items / properties / title / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / relatedObjects / items / properties / title / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / techniqueStatement / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / techniqueStatement / type
Added value: +[
+ "string",
+ "null"
+]