Commit eb060648 authored by Pengxiang Xie's avatar Pengxiang Xie
Browse files

Merge branch...

Merge branch 'Rel19_CR_TS_28.541_Add_callbackUriPrefixList_to_NFService_datatype' into 'Integration_Rel19_SA5_159_YAML'

Rel19_CR1445_TS_28.541_Add_callbackUriPrefixList_to_NFService_datatype

See merge request !1546
parents 7557900a a76f4dc2
Loading
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -142,7 +142,10 @@ components:
          uniqueItems: true
          items:
            $ref: '#/components/schemas/DefaultNotificationSubscription'

        callbackUriPrefixList:
          type: array
          items:
            $ref: '#/components/schemas/CallbackUriPrefixItem'
    NFStatus:
      type: string
      description: any of enumerated value
@@ -283,6 +286,15 @@ components:
          minItems: 1
        callbackUriPrefix:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
    CallbackUriPrefixItem:
      type: object
      properties:
        notificationTypes:
          type: array
          items: 
            $ref: '#/components/schemas/NotificationType'
        callbackUriPrefix:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
    DefSubServiceInfo:
      type: object
      properties: