pub fn validate_domain_definitions(
registry: &BTreeMap<String, StoredDomain>,
roles: &BTreeMap<String, RoleDefinition>,
) -> Result<(), String>Expand description
Early restoration validates authority and supplied identities before any missing legacy constraint metadata is allocated.