pub async fn start_owp_with_schema(
engine: Arc<Engine>,
schema: Schema,
edit: impl FnOnce(&mut OwpConfig),
) -> (String, CancellationToken)Expand description
As start_owp_with, with the UCI schema open for editing too.
For a test that needs a shape the fixture schema does not declare —
a specific facet, say — rather than stretching oa_gateway_uci::slice::v25
to cover it.