BundleLink
A navigation or context link associated with a bundle. Used for pagination in search results and for self-referencing.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| BundleLink | A navigation or context link associated with a bundle. | ||
| relation | 1..1 | string | The relationship of this link to the bundle. |
| url | 1..1 | string | The URL for this link. |
Example
json
{
"relation": "self",
"url": "https://api.example.com/bind/Submission?status=submitted"
}JSON Schema
Full JSON Schema: BundleLink.schema.json