tweak common again

This commit is contained in:
dal 2025-03-11 11:03:22 -06:00
parent 3d7673b23e
commit 6227d6c316
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 4 deletions

View File

@ -95,8 +95,6 @@ pub async fn validate_metric_ids(ids: &[Uuid]) -> Result<Vec<Uuid>> {
} }
pub const METRIC_YML_SCHEMA: &str = r##" pub const METRIC_YML_SCHEMA: &str = r##"
Please output in the order specified below.
# METRIC CONFIGURATION - YML STRUCTURE # METRIC CONFIGURATION - YML STRUCTURE
# ------------------------------------- # -------------------------------------
# Required top-level fields: # Required top-level fields:
@ -488,8 +486,6 @@ definitions:
"##; "##;
pub const DASHBOARD_YML_SCHEMA: &str = r##" pub const DASHBOARD_YML_SCHEMA: &str = r##"
Please output in the order specified below.
# DASHBOARD CONFIGURATION - YML STRUCTURE # DASHBOARD CONFIGURATION - YML STRUCTURE
# ---------------------------------------- # ----------------------------------------
# Required fields: # Required fields: