---
swagger: "2.0"
info:
  title: "Test spec"
  version: "1.2.3"
host: localhost
basePath: "/swagger"
schemes: ["https"]
paths:
  /external/ref:
    $ref: "./paths/ref.yaml"
  /external/schema:
    post:
      parameters:
        - in: body
          name: body
          schema:
            $ref: "./parameters/body.yaml"
      responses:
        200:
          $ref: "./responses/ok.yaml"