mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
c97733d785
Signed-off-by: phernandez <paul@basicmachines.co> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
622 B
622 B
title, type, entity, version, schema, settings
| title | type | entity | version | schema | settings | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| StrictSchema | schema | StrictEntity | 1 |
|
|
StrictSchema
A schema with strict validation mode enabled. Notes validated against this schema will produce errors instead of warnings for missing required fields. Useful for CI/CD enforcement where structural compliance is mandatory.
Observations
- [purpose] Demonstrates strict validation mode for required field enforcement
- [mode] Strict validation blocks sync on missing required fields