Paul Götze
1 min readJan 2, 2018

--

Pietro Ghezzi, as far as I can see self-referencing does not work with this approach. Unfortunately the jsonschema validator raises a “Recursion detected (same locals & position)” error if you try e.g. adding sth. like

“subRecordings”: {
“type”: “array”,
“items”: {“$ref”: “recording.json”}
}

to the properties in recording.json.

--

--

Paul Götze
Paul Götze

Written by Paul Götze

Authoring code. Drawing stuff. Comics addict and fan of bad jokes. Creator of adoptoposs.org & zarenwitze.de.

No responses yet