schematic
schematic copied to clipboard
No support for `anyOf`
I wanted to try it out on Infection but looks like its choking on the anyOf type:
"type": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"ignore": {
"type": "array",
"items": {"type": "string"}
},
"settings": {
"type": "object",
"additionalProperties": false,
"properties": {
"in_array": {"type": "boolean"},
"array_search": {"type": "boolean"}
}
}
}
}
]
}
This package is very limited and probably shouldn't be used for anything serious.
Damn too bad, it looked promising^^
It really needs a maintainer... if you want to fork it.