I believe a bug was introduced in #2934, see link below
Was the @ && null guard removed on purpose? I believe I'm seeing crashes when nimma hits a null node.
Originally posted by @anderaus in #2934
Bug can be reproduced using this input:
{
"openapi": "3.0.2",
"info": { "title": "Test", "version": "1.0" },
"paths": {},
"components": {
"examples": {
"test": {
"value": {
"foo": null
}
}
}
}
}
I believe a bug was introduced in #2934, see link below
Originally posted by @anderaus in #2934
Bug can be reproduced using this input: