changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "authors": {
+ "description": "List of authors",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Author ID",
+ "type": "number"
+ },
+ "name": {
+ "description": "Author name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "cover_url": {
+ "description": "Cover image URL",
+ "type": "string"
+ },
+ "date_added": {
+ "description": "Date added to LibriVox",
+ "type": "string"
+ },
+ "description": {
+ "description": "Audiobook description",
+ "type": "string"
+ },
+ "id": {
+ "description": "Audiobook ID",
+ "type": "number"
+ },
+ "language": {
+ "description": "Language of audiobook",
+ "type": "string"
+ },
+ "narrators": {
+ "description": "List of narrators",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Narrator ID",
+ "type": "number"
+ },
+ "name": {
+ "description": "Narrator name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "project_gutenberg_id": {
+ "description": "Project Gutenberg ID if available",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Audiobook title",
+ "type": "string"
+ },
+ "totaltime": {
+ "description": "Total duration in seconds",
+ "type": "number"
+ },
+ "url_iarchive": {
+ "description": "Internet Archive URL",
+ "type": "string"
+ },
+ "url_librivox": {
+ "description": "LibriVox page URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}