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