Commit 4b6cfd0e authored by WIEHEU's avatar WIEHEU
Browse files

Edit TS29503_Nudm_EE.yaml after CT4#130

parent 5996084a
Loading
Loading
Loading
Loading
Loading
+25 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.4.0-alpha.4'
  version: '1.4.0-alpha.5'
  title: 'Nudm_EE'
  description: |
    Nudm Event Exposure Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.503 Unified Data Management Services, version 19.3.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 19.4.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -484,6 +484,8 @@ components:
          default: false
        lastSynchronizationTime:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
        subscriptionUpdateCallbackUri:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'

    MonitoringConfiguration:
      type: object
@@ -535,6 +537,9 @@ components:
          items:
            $ref: 'TS29503_Nudm_SDM.yaml#/components/schemas/SharedDataId'
          minItems: 1
        peiRequested:
          type: boolean
          default: false

    MonitoringSuspension:
      type: object
@@ -720,6 +725,12 @@ components:
      properties:
        dnn:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
        ratTypeRequired:
          type: boolean
          enum:
            - true
          nullable: true


    ReachabilityReport:
      type: object
@@ -818,6 +829,8 @@ components:
          minItems: 1
        pduSessType:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PduSessionType'
        ratType:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/RatType'

    GroupMembListChanges:
      description: Represents information on the change(s) to a group's members list.
@@ -868,6 +881,14 @@ components:
        - $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
        - $ref: '#/components/schemas/EeSubscriptionErrorAddInfo'

    UpdatedEeSubscription:
      type: object
      properties:
        subscriptionId:
          type: string
        expiryTime:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'


# SIMPLE TYPES:

@@ -1041,6 +1062,7 @@ components:
          enum:
            - ESTABLISHED
            - RELEASED
            - RAT_TYPE_CHANGED
        - type: string
          description: >
            This string provides forward-compatibility with future
@@ -1059,3 +1081,4 @@ components:
            This string provides forward-compatibility with future
            extensions to the enumeration but is not used to encode
            content defined in the present version of this API.