d40e9759a6
referencing is an implementation-agnostic implementation of JSON reference resolution. In other words, a way for e.g. JSON Schema tooling to resolve the $ref keyword across all drafts without needing to implement support themselves.
5 lines
234 B
Text
5 lines
234 B
Text
referencing is an implementation-agnostic implementation of JSON reference
|
|
resolution.
|
|
|
|
In other words, a way for e.g. JSON Schema tooling to resolve the $ref keyword
|
|
across all drafts without needing to implement support themselves.
|