oas 0.2.1

OpenAPi Specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
components:
  schemas:  
    top:
      type: object
      properties:
        cat:
          $ref: '#/components/schemas/category'
    category:
      type: object
      properties:
        subcategories:
          type: array
          items:
            $ref: '#/components/schemas/category'