pub fn resolve_schema_source(
path: impl AsRef<Path>,
) -> Result<ResolvedSchemaSource, String>Expand description
Resolve a schema source path into concrete module files.
Fallback behavior:
- if requested path is missing and equals
schema.qail, automatically use siblingschema/directory when present.