update tags type

pull/54/head
Theodore Kluge 2019-04-01 17:19:16 -04:00 committed by GitHub
parent 2d99c88d26
commit 83a33a0bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ and opds2 publication body with type `application/json`:
"title": "Moby-Dick",
"author": "Herman Melville",
"identifier": "urn:isbn:978031600000X",
"tags": ["story", "classic"],
"tags": "story,classic",
"publisher": "Ebook Publisher.com",
"language": "en",
"modified": "2015-09-29T17:00:00Z"
@ -110,7 +110,7 @@ The server will respond with either:
"@type": "http://schema.org/Book",
"title": "Moby-Dick",
"author": "Herman Melville",
"tags": ["story", "classic"],
"tags": "story,classic",
"publisher": "Ebook Publisher.com",
"identifier": "urn:isbn:978031600000X",
"language": "en",
@ -169,7 +169,7 @@ HTTP Body:
"@type": "http://schema.org/Book",
"title": "Moby-Dick",
"author": "Herman Melville",
"tags": ["story", "classic"],
"tags": "story,classic",
"publisher": "Ebook Publisher.com",
"identifier": "urn:isbn:978031600000X",
"language": "en",