Commit b5dc22b4 authored by sunse's avatar sunse
Browse files

fix validation issue "items: string" Update 5gcNrm.yaml

parent 51e81c7f
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -192,7 +192,8 @@ components:
            $ref: 'genericNrm.yaml#/components/schemas/NFType'
        allowedNfDomains:
          type: array
          items: string
          items: 
            type: string
        allowedNSSAIs:
          type: array
          items:
@@ -205,17 +206,20 @@ components:
          type: integer
        nfSetIdList:
          type: array
          items: string
          items:
            type: string
        servingScope:
          type: array
          items: string
          items:
            type: string
        nfSetRecoveryTimeList:
          type: array
          items:
            $ref: 'comDefs.yaml#/components/schemas/DateTime'
        scpDomains:
          type: array
          items: string
          items:
            type: string
        vendorId:
          type: string
    SEPPType: