blob: 8cf63e8cf1cbcf45cba3ca56321cceb0ded4748d [file] [log] [blame]
{
"type": "object",
"properties": {
"type": { "$ref": "NodeType.json" },
"params": {
"type": "array",
"items": { "$ref": "Node.json" }
},
"returns": {
"oneOf": [
{ "$ref": "Node.json" },
null
]
},
"this": {
"oneOf": [
{ "$ref": "Node.json" },
null
]
},
"new": {
"oneOf": [
{ "$ref": "Node.json" },
null
]
}
},
"required": [
"type",
"params",
"returns",
"this",
"new"
]
}