UNPKG

node-blaze

Version:

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

18 lines (16 loc) 410 B
{ "description": "tree schema, extensible", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "http://localhost:1234/draft2020-12/tree.json", "$dynamicAnchor": "node", "type": "object", "properties": { "data": true, "children": { "type": "array", "items": { "$dynamicRef": "#node" } } } }