JsonSchema:WebPublication/ContributorObject

JsonSchema:WebPublication/ContributorObject

From Wikisphere
Jump to navigation Jump to search
$schema"http://json-schema.org/draft-07/schema#"
$id"https://readium.org/webpub-manifest/schema/contributor-object.schema.json"
title"Contributor Object"
type"object"
properties
name
anyOf
type"string"
description"The language in a language map must be a valid BCP 47 tag."
type"object"
additionalPropertiesfalse
minProperties1
identifier
type"string"
format"uri"
altIdentifier
$ref"/w/index.php?title=JsonSchema:WebPublication/Altidentifier&action=raw"
sortAs
type"string"
role
type
"string"
"array"
items
type"string"
position
type"number"
links
type"array"
items
$ref"/w/index.php?title=JsonSchema:WebPublication/Link&action=raw"
required
"name"