openapi: 3.0.1
info:
  title: Test
  version: "2.0"
paths:
  /test:
    get:
      responses:
        "200":
          content:
            application/json:
              schema:
                type: "string"
