Reserved keywords schema check (validation)
Open
complexity:easy
schema
- Dominant language
- Python
- Stars
- 37
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.