Loading API/common/commonopenapi.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading API/worldanalysis/worldanalysisopenapi.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading API/worldstorage/worldstorageopenapi.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading Loading
API/common/commonopenapi.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading
API/worldanalysis/worldanalysisopenapi.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading
API/worldstorage/worldstorageopenapi.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading