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.