This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Replies: 2 comments
-
We have considered adding list element aliases before. Now with the addition of value aliases, it would make sense to add these. This would allow writing:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been migrated to cue-lang/cue#942. For more details about CUE's migration to a new home, please see cue-lang/cue#1078. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to constrain some list elements. I have some geographic bounding boxes that I'd like to validate are stored as
[[south, west], [north, east]]
I have a definition like this:
What I want is to add is something like
but it doesn't work. Is anything like this possible?
Beta Was this translation helpful? Give feedback.
All reactions