Skip to content

Hyper-schema: Alternative forms for listing link relationships #124

Closed
@awwright

Description

@awwright

For a variety of cases, it's often simpler to use:

{
links: { "self": { href:"/document/{id}" } }
}

or:

{
links: { "stylesheet": [ {href:"style.css"}, {href:"base.css"} ] }
}

HAL and other JSON-based hypermedia formats follow a similar convention.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions