removedOutput schema / properties / authors / items / properties / birth_year
Removed value: -{
- "description": "Birth year",
- "type": [
- "number",
- "null"
- ]
-}
removedOutput schema / properties / authors / items / properties / death_year
Removed value: -{
- "description": "Death year",
- "type": [
- "number",
- "null"
- ]
-}
removedOutput schema / properties / authors / items / properties / description
Removed value: -{
- "description": "Author biography",
- "type": "string"
-}
addedOutput schema / properties / authors / items / properties / dob
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / authors / items / properties / dod
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / authors / items / properties / first_name
Added value: +{
+ "type": "string"
+}
changedOutput schema / properties / authors / items / properties / id / type
Previous value: -"number"New value: +"string"
addedOutput schema / properties / authors / items / properties / last_name
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / authors / items / properties / name
Removed value: -{
- "description": "Author name",
- "type": "string"
-}
removedOutput schema / properties / authors / items / properties / url_librivox
Removed value: -{
- "description": "LibriVox author page URL",
- "type": "string"
-}
removedOutput schema / properties / authors / items / properties / url_wikipedia
Removed value: -{
- "description": "Wikipedia URL if available",
- "type": [
- "string",
- "null"
- ]
-}