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

     1  swagger: "2.0"
     2  info:
     3    description: "ms api"
     4    version: "1.0.0"
     5    title: "ms api"
     6  
     7  host: "127.0.0.1:8613"
     8  basePath: "/rest/ms"
     9  
    10  tags:
    11    - name: "business"
    12      description: "business info"
    13      externalDocs:
    14        description: "Find out more"
    15        url: "http://swagger.io"
    16  schemes:
    17    - "http"
    18  
    19  security:
    20    - api_key: []
    21  
    22  paths:
    23    /business:
    24      $ref: "business.yaml#/paths/~1business"