pub async fn supports(registry: &Arc<A2uiRegistry>, schema_id: &str) -> boolExpand description
Whether a specific schema is registered.
Cheaper than list when a caller only needs to answer “can this runtime
render X?” before emitting an artifact that would otherwise fail closed.