Skip to content

Commit

Permalink
Publish JSON Schemas [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
STAC CI committed Jul 8, 2024
1 parent d6f6256 commit 4edea37
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dev/item-spec/json-schema/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,21 @@
"title": "Link title",
"type": "string"
}
},
"$comment": "Link with relationship `self` must be absolute URI",
"if": {
"properties": {
"rel": {
"const": "self"
}
}
},
"then": {
"properties": {
"href": {
"format": "iri"
}
}
}
},
{
Expand Down

0 comments on commit 4edea37

Please sign in to comment.