- Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Currently manual validation is required which is not great when you already define a full schema. Tasks:
- Extend schema builder a bit to allow min/max values for character-like, numeric and arrays
- Write a schema validator based on the schema builder ... alternatively consider validation based on the json schema which would make the validator a bit more generic. It will however only support the limited feature scope of the builder.
- Update documentation
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request