UNPKG

node-blaze

Version:

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

17 lines (16 loc) 317 B
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$defs": { "orNull": { "anyOf": [ { "type": "null" }, { "$ref": "#" } ] } }, "type": "string" }