pub const ERROR_TYPE_BASE_URI: &str = "https://mif-spec.dev/errors";Expand description
Base URI under which this workspace’s problem-type identifiers are namespaced.
Every implementer’s type URI is derived as
{ERROR_TYPE_BASE_URI}/{slug}/{version} (e.g.
https://mif-spec.dev/errors/invalid-input/v1). This is an identifier
namespace, not a claim that a reference page is published at that path
today — whether to publish live problem-type documentation there is a
separate, later decision.