Sign in
cue
/
cue
/
26a1a0e6dec0d4d57510b4d2fe008fbce7bb0ec0
/
.
/
encoding
/
openapi
/
testdata
/
oneof.cue
blob: 768b44245f69a286c1c3e3e83177302d7a14c42f [
file
] [
log
] [
blame
]
MyString
::
{
exact
:
string
}
|
{
regex
:
string
}
MyInt
::
int
Foo
:
{
include
:
MyString
exclude
:
[...
MyString
]
count
:
MyInt
}