JsonSchema:WebPublication/Subcollection

JsonSchema:WebPublication/Subcollection

From Wikisphere
Jump to navigation Jump to search
$schema"http://json-schema.org/draft-07/schema#"
$id"https://readium.org/webpub-manifest/schema/subcollection.schema.json"
title"Core Collection Model"
anyOf
type"object"
properties
metadata
type"object"
links
type"array"
items
$ref"/w/index.php?title=JsonSchema:WebPublication/Link&action=raw"
additionalProperties
$ref"/w/index.php?title=JsonSchema:WebPublication/Subcollection&action=raw"
required
"metadata"
"links"
type"array"
items
anyOf
$ref"/w/index.php?title=JsonSchema:WebPublication/Link&action=raw"
type"object"
properties
metadata
type"object"
links
type"array"
items
$ref"/w/index.php?title=JsonSchema:WebPublication/Link&action=raw"
additionalProperties
$ref"/w/index.php?title=JsonSchema:WebPublication/Subcollection&action=raw"