{
  "openapi": "3.1.0",
  "info": { "title": "Broken Catalog API", "version": "1.0.0" },
  "paths": {
    "/pets": {
      "get": {
        "responses": {
          "200": {
            "description": "A list of pets",
            "content": { "application/json": { "schema": {} } }
          }
        }
      }
    }
  }
}
