Commit 2350fcbd authored by Jerome Royan's avatar Jerome Royan
Browse files

add title to objects to control model name during code generation

parent 073fd721
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -160,6 +160,7 @@ paths:
          uniqueItems: true
          items:
            type: object
            title: UuidAndMode
            properties:
              uuid:
                type: string
@@ -178,6 +179,7 @@ paths:
            application/json:
              schema:
                type: object
                title: Poses
                properties:
                  poses:
                    type: array
@@ -387,6 +389,7 @@ paths:
            application/json:
              schema:
                type: object
                title: Capabilities
                properties:
                  capabilities:
                    type: array
@@ -426,6 +429,7 @@ paths:
              application/json:
                schema:
                  type: object
                  title: Supports
                  properties:
                    type:
                      $ref: '../common/commonopenapi.yaml#/components/schemas/TypeWorldStorage'
+24 −9
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ paths:
              uniqueItems: true
              items:
                type: object
                title: UuidAndMode
                properties:
                  uuid:
                    type: string
@@ -126,6 +127,7 @@ paths:
            application/json:
              schema:
                type: object
                title: RelocalizationInformations
                properties:
                  RelocInfo:
                    type: array
@@ -236,6 +238,10 @@ paths:
          content:
            application/json:
              schema:
                type: object
                title: Trackables
                properties:
                  trackables:
                    type: array
                    items:
                      $ref: "#/components/schemas/Trackable"          
@@ -402,6 +408,10 @@ paths:
          content:
            application/json:
              schema:
                type: object
                title: WorldAnchors
                properties:
                  worldAnchors:
                    type : array
                    items :
                      $ref: "#/components/schemas/WorldAnchor"          
@@ -568,6 +578,10 @@ paths:
          content:
            application/json:
              schema:
                type: object
                title: WorldLinks
                properties:
                  worldLinks:
                    type : array
                    items :
                      $ref: "#/components/schemas/WorldLink"          
@@ -666,6 +680,7 @@ components:
                type: array
                items:
                  type: object
                  title: RelocObject
                  properties:
                    trackable:
                      $ref : '#/components/schemas/Trackable'