blob: 5b8f650828f745d2e525bfdba0ce12e1f90d9d63 [file] [log] [blame]
{
"type": "object",
"properties": {
"type": { "$ref": "NodeType.json" },
"entries": {
"type": "array",
"items": { "$ref": "#/definitions/RecordEntryNode" }
}
},
"required": [
"type",
"entries"
]
}