message NumericRange {
  int64 min_inclusive = 1;
  
}
id: "numeric_range.min_lte_max"
    expression: "this.min_inclusive <= this.max_inclusive"