Open
Description
PR #1230 reports/fixes/adjusts the case for schema == null
(no expected value) for value()
function reporting undefined
.
Anyhow, there is a much broader issue:
- what is a valid schema?
schema.type == null
since we useoneof
- optional return value
- ...
Relates also to: