Commit 346c53cc authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch '28.541_Rel20_CR1653_Add_nfTypeList_and_nfSetIdList_attributes_for_mlAnalyticsInfo_dataType' into 'Integration_Rel20_SA5_164_YAML'

28.541 Rel20 CR1653 Add nfTypeList and nfSetIdList attributes for mlAnalyticsInfo dataType

See merge request !1992
parents e9016207 58e95718
Loading
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