/// Provides read-only access to the bundled Port OpenAPI schema.
///
/// The schema is copied directly from `schemas/port.swagger.json` and its SHA-256
/// digest is calculated during the build step. Update the source file whenever
/// Port publishes a new API definition.
pub const RAW_SCHEMA: &str = include_str!;
include!;
/// Returns the embedded OpenAPI document as a JSON string.
/// Returns the SHA-256 digest of the embedded schema. Useful for cache busting
/// or telemetry so consumers can detect schema drift.