@@ -114,10 +114,7 @@ It is REQUIRED to be served at the corresponding [endpoint](#manifest).
| textapi | 1 | semver | version number satisfied by the implementation |
| id | 1 | URI | URI pointing to this manifest |
| label | 1 | string | human-readable name or title |
| x-editor | + | \[[Actor Object](#actor-object)\] | one or more personal entities responsible for the edition |
| x-date | 1 | string | age determination of the manuscript. Defaults to "unkown". |
| x-origin | 1 | string | place of the manuscript's origin. Defaults to "unkown". |
| x-location | 1 | string | place or institution where the manuscript is currently held. Defaults to "unkown". |
| metadata | 1 | \[[Metadata Object](#metadata-object)\] | contains the project specific info about editors, creation date/place and current location of a manuscript/book |
| sequence | 1 | \[[Sequence Object](#sequence-object)\] | a sequence of `items` |
| license | 1 | \[[License Object](#license-object)\] | license under which the resource MUST be used |
| annotationCollection | *1* | URI | URI pointing to an [Annotation Collection](https://www.w3.org/TR/annotation-model/#annotation-collection) for the complete manifest |
...
...
@@ -153,6 +150,16 @@ The `type` MUST be `page`.
| id | ? | string | internal identifier |
| idref | * | [Idref Object](#idref-object) | authority files related to the person |
#### Metadata Object
A set of metadata describing the source or its context.
Mainly used for key-value pairs.
| Field Name | Cardinality | Type | Description |
|----|----|----|----|
| key | 1 | string | label |
| value | 1 | string | property |
### Idref Object
| Field Name | Cardinality | Type | Description |
...
...
@@ -210,12 +217,13 @@ Within a manifest it SHOULD contain items exclusively.
| 1.0.0 | 2020-07-14 | initial version |
| 1.1.0 | 2020-08-25 | add more metadata for manifests/editions (`x-editor`, `x-date`, `x-origin`, `x-location`)|