pub fn load_schema_from_memory(
manifest_yaml: &str,
types_yamls: &[(String, String)],
) -> Result<Schema, SchemaLoadError>Expand description
Load a schema from in-memory YAML strings.
types_yamls is a slice of (filename_stem, contents) tuples — the stems
must match manifest.types exactly.