{
  "openapi": "3.0.2",
  "info": {
    "title": "My API",
    "version": "0.1.0"
  },
  "paths": {
    "/foo": {
      "get": {
        "responses": {
          "200": {
            "$ref": "my-other-openapi.json#/components/responses/DefaultResponse"
          }
        }
      }
    }
  }
}
