Book

From Wikisphere
Jump to navigation Jump to search
processedSchema
title"Book"
type"object"
properties.title
title"Title"
type"string"
requiredtrue
x-format"text"
properties.authors
title"Authors"
type"array"
uniqueItemstrue
items
type"object"
requiredfalse
uniqueItemsfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
properties.cover
title"Cover"
type"string"
x-format"file"
properties.authors.items
title"item 2"
type"object"
properties.authors.items.properties.first_name
title"First name"
type"string"
requiredtrue
format"text"
properties.authors.items.properties.last_name
title"Last name"
type"string"
requiredtrue
format"text"
properties.authors.items.properties.email
title"Email"
type"string"
format"email"