-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: V1.1_CSD04
-
Fix Version/s: None
-
Component/s: Profile-YAML
-
Labels:None
-
Proposal:
-
Resolution:
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.