Commit 6156c1b8 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel19_CR_TS_28541_Addition_of_AiotfInfo_and_AdmInfo_to_AIOTFFunction_and_ADMFunction' into 'Integration_Rel19_SA5_165_YAML'

Rel19_CR1673_TS_28541_Addition_of_AiotfInfo_and_AdmInfo_to_AIOTFFunction_and_ADMFunction

See merge request !2039
parents 845ee1eb 3f4cc673
Loading
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -2521,6 +2521,25 @@ components:
          type: boolean
          default: false          


    AdmInfo:
      description: ADM information
      type: object
      properties:
        deviceIdList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotDevPermId'
          minItems: 1
        devIdRegEx:
          type: string
        afIdList:
          type: array
          items:
            type: string
          minItems: 1


    NrfInfo:
      description: Information of an NRF NF Instance, used in hierarchical NRF deployments
      type: object
@@ -4933,6 +4952,8 @@ components:
                      type: string
                    managedNFProfile:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    admInfo:
                      $ref: '#/components/schemas/AdmInfo'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0' 
        - type: object
+5577 −845

File changed.

Preview size limit exceeded, changes collapsed.