Newer
Older
diff --git a/API/worldanalysis/worldanalysisopenapi.yaml b/API/worldanalysis/worldanalysisopenapi.yaml
index 436b258..e141fc1 100644
--- a/API/worldanalysis/worldanalysisopenapi.yaml
+++ b/API/worldanalysis/worldanalysisopenapi.yaml
@@ -140,7 +140,10 @@ paths:
description: Mode representing the context of the Relocalization information (AR device to WorldAnchor/Trackable or WorldAnchor/Trackable to AR device)
required: true
schema:
- $ref: '../common/commonopenapi.yaml#/components/schemas/Mode_WorldAnalysis'
+ description: Mode representing the context of the relocalization information (AR device to WorldAnchor/Trackable or WorldAnchor/Trackable to AR device)
+ type: string
+ enum: [TRACKABLES_TO_DEVICE, DEVICE_TO_TRACKABLES]
+ example: TRACKABLES_TO_DEVICE
responses:
'200':
description: Successful operation.