Revision history for JSON-Schema-Generate
0.01 Date/time
First version, released on an unsuspecting world.
0.04 2020/05/31
Adds Options:
- merge_examples - Merge all learn data examples into a single example
- none_required - Do not analyse required keys in properties
- no_id - do not add $id(s) to properties and items
0.13 2025/04/28
- Adding new parameters (no_title, no_description, no_example and minimal_schema) James Pattie (JAMESP)
0.14 2025/04/29
- Attempt to failing tests - use is_deeply when comparing the generated schema against what is expected.
0.15 2025/05/05
- remove PAX headers
- fix manifest