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

Are TOSCA reserved keywords are case-sensitive? #163

Open abhishek-kumar0409 opened 7 months ago

abhishek-kumar0409 commented 7 months ago

Certain NF specifiers model the TOSCA templates with node templates name as "self". Is it legal to use "self" in lower case?

What should be the ideal behavior of the TOSCA parsers when it come across "self" in lower case?