This is not supported: ``` "DigestEmailFrequency": { "enum": [-1, 0, 1, 2], "type": "number" } ``` as it takes the abs value of -1 and thus you end up with a malformed enum. Working on a PR.
This is not supported:
as it takes the abs value of -1 and thus you end up with a malformed enum.
Working on a PR.