changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "tracks": {
+ "description": "List of audio tracks for the audiobook",
+ "items": {
+ "properties": {
+ "date_recorded": {
+ "description": "Recording date",
+ "type": "string"
+ },
+ "length": {
+ "description": "Track length in seconds",
+ "type": "number"
+ },
+ "narrator": {
+ "description": "Narrator name",
+ "type": "string"
+ },
+ "title": {
+ "description": "Track title",
+ "type": "string"
+ },
+ "track_number": {
+ "description": "Track number",
+ "type": "number"
+ },
+ "url_m4b": {
+ "description": "M4B download URL",
+ "type": "string"
+ },
+ "url_mp3": {
+ "description": "MP3 download URL",
+ "type": "string"
+ },
+ "url_ogg": {
+ "description": "OGG download URL",
+ "type": "string"
+ },
+ "url_project": {
+ "description": "Project URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}