pub fn parse_openapi_json(json: &str) -> Result<Spec, Error>Expand description
Parse OpenAPI spec from JSON string
Pre-processes the JSON to handle oas3 limitations:
- Removes unsupported siblings from
$refobjects (oas3 only supportssummaryanddescription)