1{ 2 "openapi": "3.0.0", 3 "info": { 4 "title": "test", 5 "version": "v1" 6 }, 7 "paths": {}, 8 "components": { 9 "schemas": { 10 "Foo": { 11 "description": "Issue #915", 12 "type": "object", 13 "additionalProperties": { 14 "$ref": "#/components/schemas/Foo" 15 } 16 } 17 } 18 } 19}