Commit 73a2ed35 authored by yadavra's avatar yadavra
Browse files

Edit TS29437_SS_SmLocalization.yaml with CRs agreed in CT3#145 meeting.

parent 862c1ce4
Loading
Loading
Loading
Loading
Loading
+18 −5
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  title: Spatial Map Localization 
  version: 1.0.0
  title: SM Server Spatial Map Localization 
  version: 1.0.1
  description: |
    Spatial Map Localization.  
    API for SM Server Spatial Map Localization.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 29.437 V19.0.0; Service Enabler Architecture Layer for Verticals (SEAL);
    3GPP TS 29.437 V19.1.0; Service Enabler Architecture Layer for Verticals (SEAL);
    Metaverse Enablement Services; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.437/

@@ -44,17 +44,29 @@ paths:
          in: query
          description: >
            Contains the spatial map identifier.
          required: true
          content:
            application/json:
              schema:
                $ref: 'TS29437_SS_SmManagement.yaml#/components/schemas/SpatialMapId'
        - name: target-id
          in: query
          description: Contains the list of identity of the users or objects to localize.
          description: Contains the identifier of the user or object to localize.
          content:
            application/json:
              schema:
                $ref: 'TS29549_SS_UserProfileRetrieval.yaml#/components/schemas/ValTargetUe'
        - name: target-ids
          in: query
          description: >
            Contains the list of the identifier(s) of the user(s) or object(s) to localize.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: 'TS29549_SS_UserProfileRetrieval.yaml#/components/schemas/ValTargetUe'
                minItems: 1
        - name: supp-feats
          in: query
          description: >
@@ -117,6 +129,7 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/SpatialMapLocDetails'
          minItems: 0
        suppFeat:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
      required: