pub fn is_string_only_schema(schema: &Value) -> boolExpand description
Whether a schema denotes a string-only value (string, ignoring null).
Mirrors omp’s isStringOnlySchema: collect all declared types, drop null,
and require exactly {"string"} to remain.