bitops
bitops copied to clipboard
Reserved keywords schema check (validation)
Discussed in https://github.com/bitovi/bitops/discussions/226
Originally posted by PhillypHenning July 25, 2022 We will also need to clearly point out that some attributes are not usable as parameter names. Those being; ["export_env", "default", "enabled", "type", "parameter", "required", "dash_type"]
Which have been reserved by BitOps
ToDo
- Create page in wiki
- Move the reserved keys out of code and into a configuration option
- Add to README
Do we Error it out with some validation message on the code side in the case when the reserved word is used in a wrong way? Feels like a validation thing and what's the current behavior?
This is relevant for the Plugin developers