pub fn validate_oas_document(value: &Value) -> Result<Option<String>, String>Expand description
Validate the openapi version field of a parsed document.
Returns an optional warning for experimental versions (3.2) and an error for unsupported or missing versions.