Update documentation for schema validation and constraints
- Add comprehensive schema constraints documentation to API.md
* Document all 5 constraint types: required, type, range, pattern, enum
* Include request/response examples for each constraint type
* Add practical examples showing constraint validation in action
- Update README.md to:
* Add schema validation to the features list
* Fix property format in example (use simple key-value instead of nested)
- Update embedded API documentation in rest.rs to include:
* POST /api/v1/constraints endpoint documentation
* GET /api/v1/constraints endpoint documentation
* Example constraint creation request/response
- Add detailed examples showing constraint workflow:
* Creating constraints for Employee nodes
* Demonstrating validation errors
* Successful node creation with constraints
Documentation now accurately reflects the complete schema validation system.
๐ค Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>