pub const PARSE_YAML: &str = "odcs:parse-yaml";
pub const PARSE_JSON: &str = "odcs:parse-json";
pub const UNSUPPORTED_VERSION: &str = "odcs:unsupported-version";
pub const MISSING_REQUIRED_FIELD: &str = "odcs:missing-required-field";
pub const INVALID_SCHEMA: &str = "odcs:invalid-schema";
pub const INVALID_QUALITY: &str = "odcs:invalid-quality";
pub const UNKNOWN_FIELD: &str = "odcs:unknown-field";
pub const UNRESOLVED_REFERENCE: &str = "odcs:unresolved-reference";
pub const INVALID_EXTENSION: &str = "odcs:invalid-extension";