docs(README): update example manifest

This commit is contained in:
Rodweil, Theodor 2023-08-07 19:34:22 +02:00
parent 055dac9e54
commit e048805dec
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5

View file

@ -38,19 +38,19 @@ The following is a sample manifest generated from the default sample:
"Name": "pexels-just-a-couple-photos-3777622.jpg", "Name": "pexels-just-a-couple-photos-3777622.jpg",
"ContainerPageTitle": "Cats", "ContainerPageTitle": "Cats",
"MimeType": "image/jpeg", "MimeType": "image/jpeg",
"Ref": "attachments/pexels-just-a-couple-photos-3777622.jpg" "Ref": "attachments/Cats/pexels-just-a-couple-photos-3777622.jpg"
}, },
{ {
"Name": "pexels-sami-aksu-14356302.jpg", "Name": "pexels-sami-aksu-14356302.jpg",
"ContainerPageTitle": "Cats", "ContainerPageTitle": "Cats",
"MimeType": "image/jpeg", "MimeType": "image/jpeg",
"Ref": "attachments/pexels-sami-aksu-14356302.jpg" "Ref": "attachments/Cats/pexels-sami-aksu-14356302.jpg"
}, },
{ {
"Name": "objects.inv", "Name": "objects.inv",
"ContainerPageTitle": "Default Sample~", "ContainerPageTitle": "Default Sample~",
"MimeType": "application/octet-stream", "MimeType": "application/octet-stream",
"Ref": "attachments/objects.inv" "Ref": "attachments/Default+Sample~/objects.inv"
} }
] ]
} }