Commit bc12d678 authored by gautamd's avatar gautamd Committed by ruiyue
Browse files

Update TS28538_EdgeNrm.yaml

parent 8210867a
Loading
Loading
Loading
Loading
Loading
+12 −18
Original line number Diff line number Diff line
@@ -158,21 +158,6 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        servedEESList:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
    BundleRequirements:
      type: object
      properties:
        coordinatedEASDiscovery:
          type: boolean
        coordinatedACR:
          type: boolean
        eDNAffinity:
          type: string
          description: any of enumrated value
          enum:
            - STRONG
            - WEAK
            - PREFERRED

#-------- Definition of types for name-containments ------
    SubNetwork-ncO-EdgeNrm:
      type: object
@@ -410,8 +395,17 @@ components:
              type: string
            mainEASIdentifier:
              type: string
            bundleRequirements:
              $ref: '#/components/schemas/BundleRequirements'
            coordinatedEASDiscovery:
              type: boolean
            coordinatedACR:
              type: boolean
            eDNAffinity:
              type: string
              description: any of enumrated value
              enum:
                - STRONG
                - WEAK
                - PREFERRED

#-------- Definition of JSON arrays for name-contained IOCs ----------------------