Commit 1d178dd4 authored by kleberu's avatar kleberu
Browse files

Update MecAppDTypes.yaml

Fix syntax of property "direction"
parent 37090755
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -296,7 +296,11 @@ data_types:
    description: specification of MEC application requirements related to traffic rules
    properties:
      direction:
        - valid_values: [ 00, 01 ]
        type: string
        description: Identifies the direction of the data flow when the value of “filterType” is “per FLOW”.
        required: false
        constraints:
        - valid_values: [ "00", "01" ]
      src_address:
        type: list
        description: source IP address(es).