JsonSchema:WebPublication/Subcollection

JsonSchema:WebPublication/Subcollection

From Wikisphere
Revision as of 00:00, 15 January 2001 by 127.0.0.1 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"