github.com/readium/readium-lcp-server@v0.0.0-20240101192032-6e95190e99f1/pack/samples/w3cman1.json (about) 1 { 2 "conformsTo": "https://www.w3/org/TR/audiobooks/", 3 "id": "id1", 4 "name": "audiotest", 5 "publisher": "Stanford", 6 "author": ["Alpha", {"name":"Beta","identifier":"b"}, {"name":{"fr":"Gamma"},"sortAs":"g"}, {"name":{"fr":"Zeta","en":"Taze"}}], 7 "readBy": "Music", 8 "inLanguage": ["fr","en"], 9 "datePublished": "2020-03-23T12:50:20Z", 10 "dateModified": "2020-03-23T16:58:27.372Z", 11 "readingProgression": "ltr", 12 "duration": "PT150S", 13 "readingOrder": [ 14 { 15 "url": "audio/gtr-jazz.mp3", 16 "encodingFormat": "audio/mpeg", 17 "name": "Track 1", 18 "duration": "PT10S" 19 }, 20 { 21 "url": "audio/Latin.mp3", 22 "name": "Track 2", 23 "duration": "PT12S", 24 "description":"Latin track", 25 "alternate": [ 26 { 27 "url": "audio/Latin.mp3" 28 } 29 ] 30 } 31 ], 32 "resources": [ 33 { 34 "url": "cover/audiobook-cover.webp", 35 "encodingFormat": "image/webp", 36 "name": "Cover" 37 }, 38 { 39 "url": "index.html", 40 "encodingFormat": "text/html", 41 "name": "Table of Contents", 42 "description": "An XHTML document with the ToC" 43 } 44 ] 45 }