Commit 4e89686e authored by yadavra's avatar yadavra
Browse files

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

parent 10e33420
Loading
Loading
Loading
Loading
Loading
+8 −14
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: LM Server Location Tracing Configuration Management Service
  version: 1.0.0
  version: 1.0.1
  description: |
    LM Server Location Tracing Configuration Management Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 29.549 V19.5.0 Service Enabler Architecture Layer for Verticals (SEAL);
    3GPP TS 29.549 V19.7.0 Service Enabler Architecture Layer for Verticals (SEAL);
    Application Programming Interface (API) specification; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.549/

@@ -418,11 +418,6 @@ components:
        Represents a Location History Report.
      type: object
      properties:
        targets:
          type: array
          items:
            $ref: 'TS29549_SS_UserProfileRetrieval.yaml#/components/schemas/ValTargetUe'
          minItems: 1
        locData:
          type: object
          additionalProperties:
@@ -430,16 +425,12 @@ components:
          minProperties: 1
          description: >
            Contains the location history information report.
            The key of the map shall be set to the identifier of the VAL UE/user (among the ones
            provided within the targets attribute) to which the provided location history
            information provided within the map value is related.
            The key of the map shall be set to the identifier of the VAL UE/user to which the
            provided location history information provided within the map value is related.
        timestamp:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
      required:
        - locData
      oneOf:
        - required: [valUEs]
        - required: [valUsers]


# SIMPLE DATA TYPES
@@ -452,3 +443,6 @@ components:

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