Commit fdf3c35e authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel20_CR_TS_28541_Addition_of_AiotfInfo_and_AdmInfo_to_AIOTFFunction_and_ADMFunction' into 'Integration_Rel20_SA5_165_YAML'

Rel20 cr1674 ts 28541 addition of aiotfinfo and adminfo to aiotffunction and admfunction

See merge request !2041
parents 06285a7d ed29cf03
Loading
Loading
Loading
Loading
Loading
+20 −1
Original line number Diff line number Diff line
@@ -2914,6 +2914,23 @@ 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
@@ -5390,6 +5407,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.