//! Pinned upstream ODCS JSON Schema assets.
use OnceLock;
use Value;
/// Upstream ODCS GitHub repository URL.
pub const UPSTREAM_REPOSITORY_URL: &str = "https://github.com/bitol-io/open-data-contract-standard";
/// Pinned ODCS v3.1.0 JSON Schema embedded at compile time.
pub const PINNED_SCHEMA_JSON: &str = include_str!;
/// Returns the pinned JSON Schema as a parsed [`Value`].