Commit 409ddb3
committed
docs(allof): note invalid-input handling
The merger silently skips values that would crash or produce nonsense
(e.g. multipleOf <= 0). Document the policy so customers don't expect
the merger to surface their invalid spec — that's a separate concern
better served by spec validation.
Framed broadly rather than enumerating every defensive code path so
future PRs adding similar handling don't need to update the README.1 parent 695d395 commit 409ddb3
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
0 commit comments