oas 0.2.1

OpenAPi Specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
openapi: 3.0.1
info:
  title: API
  version: 1.0.0
paths:
  /:
    get:
      deprecated: 'true'
      parameters:
        - name: test
          in: query
          deprecated: true
          schema:
            type: string
            deprecated: true
      responses:
        '200':
          description: OK