Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ In addition all publications <strong class="rfc">should</strong> include a `@typ

Links are expressed using the `links` key that contains one or more [Link Objects](#24-the-link-object).

A manifest <strong class="rfc">must</strong> contain at least one link using the `self` relationship where `href` is an absolute URI to the canonical location of the manifest.
A manifest <strong class="rfc">should</strong> contain at least one link using the `self` relationship where `href` is an absolute URI to the canonical location of the manifest.

*Example 3: Link to the canonical location of a manifest*

Expand Down
24 changes: 1 addition & 23 deletions schema/publication.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,7 @@
"items": {
"$ref": "link.schema.json"
},
"uniqueItems": true,
"contains": {
"type": "object",
"properties": {
"rel": {
"anyOf": [
{
"type": "string",
"const": "self"
},
{
"type": "array",
"contains": {
"const": "self"
}
}
]
}
},
"required": [
"rel"
]
}
"uniqueItems": true
},
"readingOrder": {
"type": "array",
Expand Down