+- model: catalogue.tagrelation
+ fields:
+ tag: 4
+ content_type: ['catalogue', 'book']
+ object_id: 3
+- model: catalogue.tagrelation
+ fields:
+ tag: 5
+ content_type: ['catalogue', 'book']
+ object_id: 2
+
+- model: catalogue.bookmedia
+ fields:
+ book: 1
+ type: mp3
+ name: Parent Audiobook
+ file: mp3/parent.mp3
+ uploaded_at: "1970-01-03 0:0Z"
+ extra_info: '{"director_name": "Director", "artist_name": "Artist"}'
+- model: catalogue.bookmedia
+ fields:
+ book: 1
+ type: daisy
+ name: Parent DAISY
+ file: daisy/parent.daisy
+ uploaded_at: "1970-01-03 0:0Z"
+
+- model: catalogue.fragment
+ pk: 1
+ fields:
+ short_text: "Fragment"
+ text: "A fragment"
+ anchor: "an-anchor"
+ book: 2
+- model: catalogue.tagrelation
+ fields:
+ tag: 5
+ content_type: ['catalogue', 'fragment']
+ object_id: 1
+- model: catalogue.tag
+ pk: 101
+ fields:
+ slug: koniec
+ sort_key: koniec
+ category: theme
+ name: Koniec
+ created_at: "1970-01-03 0:0Z"
+ changed_at: "1970-01-03 0:0Z"
+- model: catalogue.tagrelation
+ fields:
+ tag: 101
+ content_type: ['catalogue', 'fragment']
+ object_id: 1
+
+- model: catalogue.collection
+ fields:
+ title: A Collection
+ slug: a-collection
+ description: Description
+ book_slugs: parent