botbook/node_modules/json-schema-library/TASKS.md
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

17 lines
719 B
Markdown

# Tasks
- [ ] template default options retrieved from draft
- [ ] additionalProperties: true per default
- [ ] compile needs another parameter for rootschema, in case refs are defined elsewhere
### possibly
- [ ] remove hard coded schema interpretation
- [ ] Improve -- _oneOf-Error messages_ (specific errors where possible, instead of one-of-error)
- [ ] Add -- Resolve $ref local json-pointer without requiring compiled schema
- [ ] Refactor -- move type validation as keyword to validation/keywords
- [ ] Refactor -- Use addValidation to setup base validation mappings?
- [ ] Features -- latest draft support
- [ ] Refactor -- improve performance
- [ ] Feature -- Helper to find a json- and json-schema-pointer