JsonSchema:WebPublication/ContributorObject

JsonSchema:WebPublication/ContributorObject

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/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"