...

Text file src/github.com/go-openapi/analysis/fixtures/external/pathItem.yml

Documentation: github.com/go-openapi/analysis/fixtures/external

     1get:
     2  operationId: modelOp
     3  summary: many model variations
     4  description: Used to see if a codegen can render all the possible parameter variations for a header param
     5  tags:
     6    - testcgen
     7  responses:
     8    default:
     9      description: Generic Out

View as plain text