Commit 5f24c7f6 authored by yadavra's avatar yadavra
Browse files

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

parent c914d3cb
Loading
Loading
Loading
Loading
Loading
+25 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: SAn Server Spatial Anchor Usage Service
  version: 1.0.0
  version: 1.0.1
  description: |
    API for Spatial Anchor Usage 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/

@@ -39,6 +39,13 @@ paths:
            schema:
              $ref: '#/components/schemas/SpatialAnchorsUsageInfoSub'
      responses:
        '200':
          description: >
            OK. The requested Spatial Anchors Usage Information report(s) are successfully returned.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SpatialAnchorsUsageInfo'
        '201':
          description: >
            Created. The Spatial Anchors Usage Information Subscription is successfully created and
@@ -531,6 +538,21 @@ components:
        repPer:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/TimeWindow'

    SpatialAnchorsUsageInfo:
      description: >
        Represents the response to the spatial anchor usage information request.
      type: object
      properties:
        reports:
          type: array
          items:
            $ref: '#/components/schemas/SpatialAnchorsUsageReport'
          minItems: 0
        suppFeat:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
      required:
        - reports

# SIMPLE DATA TYPES
#
#
@@ -552,3 +574,4 @@ components:
            anchors usage.
# Data types describing alternative data types or combinations of data types:
#