JsonSchema:WebPublication/Publication

JsonSchema:WebPublication/Publication

From Wikisphere
Jump to navigation Jump to search
$schema"http://json-schema.org/draft-07/schema#"
$id"https://readium.org/webpub-manifest/schema/publication.schema.json"
title"Readium Web Publication Manifest"
type"object"
properties
@context
type
"string"
"array"
items
type"string"
uniqueItemstrue
metadata
$ref"/w/index.php?title=JsonSchema:WebPublication/Metadata&action=raw"
links
type"array"
items
$ref"/w/index.php?title=JsonSchema:WebPublication/Link&action=raw"
uniqueItemstrue
contains
type"object"
properties
rel
anyOf
type"string"
const"self"
type"array"
contains
const"self"
required
"rel"
readingOrder
type"array"
items
$ref"/w/index.php?title=JsonSchema:WebPublication/Link&action=raw"
uniqueItemstrue
resources
type"array"
items
$ref"/w/index.php?title=JsonSchema:WebPublication/Link&action=raw"
uniqueItemstrue
toc
type"array"
items
$ref"/w/index.php?title=JsonSchema:WebPublication/Link&action=raw"
required
"metadata"
"links"
"readingOrder"
additionalProperties
$ref"/w/index.php?title=JsonSchema:WebPublication/Subcollection&action=raw"
allOf
$ref"/w/index.php?title=JsonSchema:WebPublication/ExtensionsEpubSubcollections&action=raw"
description"All resources listed in the reading order should contain a media type."
properties
readingOrder
type"array"
items
type"object"
required
"type"
description"All resources listed in the publication should contain a media type."
properties
resources
type"array"
items
type"object"
required
"type"