render_and_import_schema

Function render_and_import_schema 

Source
fn render_and_import_schema(
    context: &mut SchemaContext,
    unwrapped_resolved_schema: Value,
    friendly_name: &str,
    config_map_path: &[&str],
    cue_relative_path: &str,
) -> Result<()>