Commit ad44616a authored by yadavra's avatar yadavra
Browse files

Edit TS29437_SS_SmManagement.yaml with CRs agreed in CT3#146 meeting.

parent 4f2254eb
Loading
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: SM Server Spatial Map Management Service
  version: 1.0.1
  version: 1.1.0-alpha.1
  description: |
    API for Spatial Map Management Service.
    ©2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 29.437 V19.1.0; Service Enabler Architecture Layer for Verticals (SEAL);
    3GPP TS 29.437 V20.0.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/

@@ -746,11 +746,6 @@ components:
          $ref: 'TS29437_SS_SAnManagement.yaml#/components/schemas/AllowedRules'
        mapLyrList:
           $ref: '#/components/schemas/SpatialMapLayers'
        objList:
          type: array
          items:
            $ref: '#/components/schemas/MapObjectInfo'
          minItems: 1
      required:
        - mapId
        - mapCov
@@ -778,6 +773,11 @@ components:
          type: string
        mapLyrInf:
          $ref: '#/components/schemas/MapLayerInfo'
        objList:
          type: array
          items:
            $ref: '#/components/schemas/MapObjectInfo'
          minItems: 1
      required:
        - mapLyrId

@@ -1036,10 +1036,10 @@ components:
          enumeration but is not used to encode content defined in the present version of
          this API.
      description: |
        Represents the type of entity.  
        Represents the information augmented with spatial map layer.  
        Possible values are:  
          - VAL_SERVER: Indicates that the spatial map layer augment information is VAL users.
          - VAL_CLIENT: Indicates that the spatial map layer augment information is Spatial
          - VAL_USERS: Indicates that the spatial map layer augment information is VAL users.
          - SPATIAL_ANCHORS: Indicates that the spatial map layer augment information is Spatial
            Anchors.

    MapEvent:
@@ -1055,7 +1055,7 @@ components:
          enumeration but is not used to encode content defined in the present version of
          this API.
      description: |
        Represents the type of entity.  
        Represents the Spatial Map event.  
        Possible values are:
          - CHANGE_OF_OBJECTS: Indicates that the spatial map event is change of objects.
          - LAYERS_MODIFICATION: Indicates that the spatial map event is modification of spatial
@@ -1077,7 +1077,7 @@ components:
          enumeration but is not used to encode content defined in the present version of
          this API.
      description: |
        Represents the type of entity.  
        Represents the Spatial Map object change event.  
        Possible values are:
          - ADDED: Indicates that the spatial map object is added.
          - REMOVED: Indicates that the spatial map object is removed.
@@ -1086,3 +1086,4 @@ components:
          - ANY_OTHER: Indicates that the spatial map object is any other.
# Data types describing alternative data types or combinations of data types:
#