You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While a low priority feature I think we should support it.
CDDL takes the Ruby route for this of using .. for inclusive range and ... for exclusive range. I think this is confusing, especially for something that is unlikely to be used that often.
The easiest thing would be to define some suitable annotations. For example:
(Low priority)
Looking at JSON Schema, one thing I noticed JCR doesn't support is exclusive ranges. E.g.:
While a low priority feature I think we should support it.
CDDL takes the Ruby route for this of using
..
for inclusive range and...
for exclusive range. I think this is confusing, especially for something that is unlikely to be used that often.The easiest thing would be to define some suitable annotations. For example:
(I've tried to come up with some short, meaningful names, even though they are not 100% formal computing jargon. Other names could be used.)
Other options might be:
Or:
The text was updated successfully, but these errors were encountered: