Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax linting to allow null recommendation
This commit updates the YAML schema to permit explicitly setting `recommend: null` or `recommend: ~` in scripts within collection files. Previously, the schema only allowed string values for the recommendation field, restricting it to 'standard' or 'strict'. By introducing the `RecommendationLevel` definition, the schema now supports both string and null values, providing more flexibility in specifying recommendations in collection YAML files.
- Loading branch information