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