Commit c2857a12 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fixes

parent 80f90945
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1295,7 +1295,8 @@ data_types:
        required: false

  tosca.datatypes.nfv.SizeRange:
    derived_from: tosca.datatypes.List
    derived_from: tosca.datatypes.Root
    type: list
    description: supports the specification of a range of scalar-unit.size values by indicating the lower boundary in the first element of the list and the upper boundary in the second element of the list. 
    constraints:
      - length: 2
@@ -1303,7 +1304,8 @@ data_types:
      type: scalar-unit.size

  tosca.datatypes.nfv.IntegerRange:
    derived_from: tosca.datatypes.List
    derived_from: tosca.datatypes.Root
    type: list
    description: supports the specification of a range of integer values by indicating the lower boundary in the first element of the list and the upper boundary in the second element of the list. 
    constraints:
      - length: 2