Commit 6ad34389 authored by Jerome Royan's avatar Jerome Royan
Browse files

fix: transform array type in object of array for homogeneity

parent 9ad2a2d2
Loading
Loading
Loading
Loading
+18 −9
Original line number Diff line number Diff line
@@ -228,6 +228,9 @@ paths:
          content:
            application/json:
              schema:
                type: object
                properties:
                  trackables:
                    type: array
                    items:
                      $ref: "#/components/schemas/Trackable"          
@@ -373,6 +376,9 @@ paths:
          content:
            application/json:
              schema:
                type: object
                properties:
                  worldAnchors:
                    type : array
                    items :
                      $ref: "#/components/schemas/WorldAnchor"          
@@ -518,6 +524,9 @@ paths:
          content:
            application/json:
              schema:
                type: object
                properties:
                  worldLinks:
                    type : array
                    items :
                      $ref: "#/components/schemas/WorldLink"