Skip to main content

Lanes

{
"type": "object",
"properties": {
"id": { "type": "string" },
"name": { "type": "string" },
"rule": {
"oneOf": [
{
"type": "object",
"properties": {
"$js": { "type": "string" }
}
},
{
"type": "array"
}
]
}
}
}