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