-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
None
-
Affects Version/s: V1.1_CSD04
-
Component/s: Profile-YAML
-
None
The current example appears as follows:
listen_port:
type: PortDef
default: 9000
constraints:
- in_range: [ 9000, 9090 ]
However, it is not a "usage" but looks more of an attempt to try define a new property type based upon PortDef but even there it falls short.