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

@ -522,7 +522,7 @@ impl Schema {
}
if let Some(family) = &schema_arc.obj.family {
Self::validate_identifier(family, "$family", root_id, &path, errors);
Self::validate_identifier(family, "family", root_id, &path, errors);
}
Self::collect_child_schemas(schema_arc, root_id, path, to_insert, errors);