Commit 7271f71c authored by tangudun's avatar tangudun
Browse files

Edit TS29437_SS_SAnManagement.yaml with pCRs agreed in CT3#142 meeting.

parent 36fd274f
Loading
Loading
Loading
Loading
Loading
+18 −7
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: SAn Server Spatial Anchors Management Service
  version: 1.0.0-alpha.3
  version: 1.0.0-alpha.4
  description: |
    API for Spatial Anchor Management Service.
    ©2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -10,7 +10,7 @@ info:

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

@@ -182,7 +182,7 @@ paths:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SpatialAnchorsList'
              $ref: '#/components/schemas/SpatialAnchorsListPatch'
      responses:
        '200':
          description: >
@@ -783,7 +783,7 @@ components:
        achrList:
          type: array
          items:
            type: string
            $ref: '#/components/schemas/SpatialAnchorProfile'
          minItems: 1
        ueAnchrInt:
          type: array
@@ -885,8 +885,6 @@ components:
          type: string
        appRng:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Float'
        specInfo:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/Bytes'
      required:
        - appRng

@@ -912,6 +910,20 @@ components:
        - required: [svcIds]
        - required: [areaInt]

    SpatialAnchorProfile:
      description: >
        Represents the spatial anchor profile.
      type: object
      properties:
        anchInfo:
          $ref: '#/components/schemas/SpatialAnchor'
        valSvcInf:
          $ref: '#/components/schemas/VALServiceInfo'
      required:
        - anchInfo
        - valSvcInf


# SIMPLE DATA TYPES
#

@@ -1009,4 +1021,3 @@ components:

# Data types describing alternative data types or combinations of data types:
#