Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 901 Bytes

File metadata and controls

11 lines (6 loc) · 901 Bytes

JSON Hyper-Schema

This package is the beginning of an implemenation of JSON Hyper-Schema. It currently only provides utilities to look up a link by rel, method, and/or title, and for resolving URI Templates from instance data.

URI Template resolution

Resolving URI Templates in JSON Hyper-Schema involves some additional steps beyond what is covered in the URI Template RFC.

Currently, with draft-04 hyper-schemas, URI Templates can use dot-separated names to index into the instance object. This is not part of draft-04, and the function does not implement draft-04's preprocessing options.

In the future, URI Template resolution will support the full draft-07 resolution process, including user input.