to family

This commit is contained in:
2026-04-16 11:54:37 -04:00
parent 61a8c5eed7
commit 41649766db
16 changed files with 36 additions and 519 deletions

View File

@ -21,7 +21,7 @@ impl<'a> ValidationContext<'a> {
if conflicts {
result.errors.push(ValidationError {
code: "INVALID_SCHEMA".to_string(),
message: "$family must be used exclusively without other constraints".to_string(),
message: "family must be used exclusively without other constraints".to_string(),
path: self.path.to_string(),
});
return Ok(false);