| |
|---|
| properties.title | | title | "Title" |
|---|
| type | "string" |
|---|
| required | true |
|---|
| x-format | "text" |
|---|
|
|---|
| properties.authors | | title | "Authors" |
|---|
| type | "array" |
|---|
| uniqueItems | true |
|---|
| items | | type | "object" |
|---|
| required | false |
|---|
| uniqueItems | false |
|---|
| readOnly | false |
|---|
| x-hidden | false |
|---|
| x-runtime-only | false |
|---|
|
|---|
|
|---|
| 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" |
|---|
| required | true |
|---|
| format | "text" |
|---|
|
|---|
| properties.authors.items.properties.last_name | | title | "Last name" |
|---|
| type | "string" |
|---|
| required | true |
|---|
| format | "text" |
|---|
|
|---|
| properties.authors.items.properties.email | | title | "Email" |
|---|
| type | "string" |
|---|
| format | "email" |
|---|
|
|---|