Sign in
cue
/
cue
/
2362858826cd0a63fd33691928665c60c3411361
/
.
/
encoding
/
openapi
/
testdata
/
cycle.json
blob: 49c86dcd2537c094b4f948774c87484e85bd7b4b [
file
] [
log
] [
blame
]
{
"openapi"
:
"3.0.0"
,
"info"
:
{
"title"
:
"test"
,
"version"
:
"v1"
},
"paths"
:
{},
"components"
:
{
"schemas"
:
{
"Foo"
:
{
"description"
:
"Issue #915"
,
"type"
:
"object"
,
"additionalProperties"
:
{
"$ref"
:
"#/components/schemas/Foo"
}
}
}
}
}