property_type: represents the mandatory data type of the property.
It is of type string.
However, there is no reference for valid values. Can I do: int64, 0..100, 0.0..100, xsd:string, kopp:cpuload?
With TOSCA 1.0 the data model was clear: XML Schema including mappings to programming languages (see https://stackoverflow.com/a/31957831/873282 for more information). - It is not clear now, what a "compliant TOSCA implementation" should cover.
Maybe, there is only some reference to another section missing.
Context: https://docs.oasis-open.org/tosca/TOSCA/v2.0/csd06/TOSCA-v2.0-csd06.html#93-property-definition
It is of type
string
.However, there is no reference for valid values. Can I do:
int64
,0..100
,0.0..100
,xsd:string
,kopp:cpuload
?With TOSCA 1.0 the data model was clear: XML Schema including mappings to programming languages (see https://stackoverflow.com/a/31957831/873282 for more information). - It is not clear now, what a "compliant TOSCA implementation" should cover.
Maybe, there is only some reference to another section missing.