json-schema-form
json-schema-form copied to clipboard
infinite $ref recursion for arrays
in this example: https://github.com/riskine/ontology/blob/master/schemas/core/person.json
a person can have children: "children": { "type": "array", "description": "children of person", "items": { "$ref": "person.json" } },
this causes an "infinite" form.
make arrays load "lazy"