Commit 862c1ce4 authored by yadavra's avatar yadavra
Browse files

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

parent 137ffcba
Loading
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: SM Server Spatial Maps and SMAS Discovery Service
  version: 1.0.0
  version: 1.0.1
  description: |
    Spatial Maps and SMAS Discovery Service.
    ©2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -10,7 +10,7 @@ info:

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/

@@ -74,7 +74,7 @@ paths:
      responses:
        '200':
          description: >
            OK. The requested spatial map information is returned.
            OK. The requested spatial map or SMAS information is returned.
          content:
            application/json:
              schema:
@@ -136,14 +136,18 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/SpatialMapDiscovered'
          minItems: 1
          minItems: 0
        smasList:
          type: array
          items:
            $ref: 'TS29437_SS_SmSmasRegistration.yaml#/components/schemas/SMASProfile'
          minItems: 1
          minItems: 0
        suppFeat:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
      anyOf:
        - required: [mapsDisc]
        - required: [smasList]

    SpatialMapDiscovered:
      description: >
        Represents the discovered spatial maps.