oasis-open / tosca-community-contributions

OASIS TC Open Repository: Manages TOSCA profiles, tests, and templates that are maintained by the TOSCA community. They are intended to be used as examples to help developers get started with TOSCA and to test compliance of TOSCA implementations with the standard.
https://github.com/oasis-open/tosca-community-contributions
Apache License 2.0
38 stars 25 forks source link

Define scalar-units as float or integer #144

Open pmjordan opened 1 year ago

pmjordan commented 1 year ago

There is current uncertainly about whether a range and a scalar-unit value can be defined using floats as well as integers.

tliron commented 1 year ago

True. In my implementation per scalar type I specify 1) whether it's a float or integer, and 2) whether it's case-sensitive or not.