Commit 033d8cb9 authored by Jérémy Lacoche's avatar Jérémy Lacoche
Browse files

Add Mesh as a possible trackable type

parent db4ee53b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@
        properties:
          trackableType:
            type: string
            enum: [FIDUCIAL_MARKER, IMAGE_MARKER, MAP, GEOPOSE, OTHER]
            enum: [FIDUCIAL_MARKER, IMAGE_MARKER, MESH, MAP, GEOPOSE, OTHER]
            example: "FIDUCIAL_MARKER"
          encodingInformation:
            $ref: '#/components/schemas/EncodingInformationStructure' 
+1 −1
Original line number Diff line number Diff line
@@ -566,7 +566,7 @@ components:
      properties:
        trackableType:
          type: string
          enum: [FIDUCIAL_MARKER, IMAGE_MARKER, MAP, GEOPOSE, OTHER]
          enum: [FIDUCIAL_MARKER, IMAGE_MARKER, MESH, MAP, GEOPOSE, OTHER]
          example: "FIDUCIAL_MARKER"
        encodingInformation:
          $ref: '../common/commonopenapi.yaml#/components/schemas/EncodingInformationStructure'   
+1 −1
Original line number Diff line number Diff line
@@ -703,7 +703,7 @@ components:
            trackableType:
              description: Extensible list of Trackable types, possibly handled by complient world storage implementation.
              type: string
              enum: [FIDUCIAL_MARKER, IMAGE_MARKER, MAP, GEOPOSE, OTHER]
              enum: [FIDUCIAL_MARKER, IMAGE_MARKER, MESH, MAP, GEOPOSE, OTHER]
              example: FIDUCIAL_MARKER
            trackableEncodingInformation:      
              $ref: '../common/commonopenapi.yaml#/components/schemas/EncodingInformationStructure'