Commit b8131921 authored by sunse's avatar sunse
Browse files

CR0793 Update TS28541_5GcNrm.yaml

parent 7b23f566
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -1333,6 +1333,25 @@ components:
                      $ref: '#/components/schemas/SnssaiList'
                    managedNFProfile:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    groupId:
                      $ref: 'TS29571_CommonData.yaml#/components/schemas/NfGroupId'
                    supiRanges:
                      type: array
                      items:
                        $ref: '#/components/schemas/SupiRange'
                      minItems: 1
                    storageIdRanges:
                      description: >
                        A map (list of key-value pairs) where realmId serves as key and each value in the map
                        is an array of IdentityRanges. Each IdentityRange is a range of storageIds.
                      type: object
                      additionalProperties:
                        type: array
                        items:
                          $ref: '#/components/schemas/IdentityRange'
                        minItems: 1
                      minProperties: 1

    NrfFunction-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'