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"
}
}
}
}
}