Adds autogenerated descriptions to serve as starting point for schema work.
These descriptions are for the entire schema, not just Block D as the branch name implies. I used a python script to generate this file, but opted not to add it to source control since it doesn't really fit in with the intent of this repo. I can put it elsewhere if there's interest.
This script attempts to combine many entries in the schema to produce a descriptions file that contains only descriptions for yaml fields a user would actually set. Relevant values: such as enums, regexes, mins and maxes, etc are placed into the "desc" field of their relevant setting. This is to provide a starting point for creating a human readable description.
In many cases this doesn't work. for example keysrules and valuesrules are difficult to merge for their respective setting, so that work will still have to be done manually.
Adds autogenerated descriptions to serve as starting point for schema work.
These descriptions are for the entire schema, not just Block D as the branch name implies. I used a python script to generate this file, but opted not to add it to source control since it doesn't really fit in with the intent of this repo. I can put it elsewhere if there's interest.
This script attempts to combine many entries in the schema to produce a descriptions file that contains only descriptions for yaml fields a user would actually set. Relevant values: such as enums, regexes, mins and maxes, etc are placed into the "desc" field of their relevant setting. This is to provide a starting point for creating a human readable description.
In many cases this doesn't work. for example
keysrules
andvaluesrules
are difficult to merge for their respective setting, so that work will still have to be done manually.