removedOutput schema / properties / authors / items / properties / birth_year / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / authors / items / properties / birth_year / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / authors / items / properties / death_year / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / authors / items / properties / death_year / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / copyright / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / copyright / type
Added value: +[
+ "boolean",
+ "null"
+]
removedOutput schema / properties / editors / items / properties / birth_year / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / editors / items / properties / birth_year / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / editors / items / properties / death_year / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / editors / items / properties / death_year / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / summary / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / summary / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / translators / items / properties / birth_year / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / translators / items / properties / birth_year / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / translators / items / properties / death_year / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / translators / items / properties / death_year / type
Added value: +[
+ "number",
+ "null"
+]