Sign in
cue
/
cue
/
2362858826cd0a63fd33691928665c60c3411361
/
.
/
encoding
/
openapi
/
testdata
/
enum.json
blob: 81ca198eb846ea2d6d218b465973796362fba9d3 [
file
] [
log
] [
blame
]
{
"openapi"
:
"3.0.0"
,
"info"
:
{
"title"
:
"Generated by cue."
,
"version"
:
"no version"
},
"paths"
:
{},
"components"
:
{
"schemas"
:
{
"CaptureMode"
:
{
"type"
:
"string"
,
"enum"
:
[
"DEFAULT"
,
"IPTABLES"
,
"NONE"
]
}
}
}
}