UNPKG

node-blaze

Version:

Bindings to blaze, high-performance C++ JSON Schema validator

13 lines 261 B
{ "$id": "http://localhost:1234/draft6/detached-ref.json", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "foo": { "$ref": "#detached" }, "detached": { "$id": "#detached", "type": "integer" } } }