Commit 58e95718 authored by lizhanwu's avatar lizhanwu Committed by ruiyue
Browse files

28.541 Rel20 CR1653 Add nfTypeList and nfSetIdList attributes for mlAnalyticsInfo dataType

parent e9016207
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1792,6 +1792,16 @@ components:
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
          minItems: 1          
        nfTypeList:
          type: array
          items:
            $ref: '#/components/schemas/NFType'
          minItems: 1
        nfSetIdList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/NfSetId'
          minItems: 1
    NwdafInfo:
      description: Information of a NWDAF NF Instance
      type: object