pub fn load_schema_from_memory_with_format(
manifest_yaml: &str,
types_yamls: &[(String, String)],
format: MetadataPolarityFormat,
) -> Result<Schema, SchemaLoadError>Expand description
Load a schema from in-memory YAML strings with an explicit metadata-polarity format generation (from the sealed package’s format marker).