github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/2945/fixture-2945.yaml (about)

     1  swagger: "2.0"
     2  info:
     3    title: foo api
     4    version: "1.0.0"
     5  paths:
     6    /version:
     7      get:
     8        operationId: getVersion
     9        responses:
    10          "200":
    11            description: Success
    12            schema:
    13              type: string