pub fn parse_openapi(json: &Value) -> Result<Schema, ProtocolError>Expand description
Parse an OpenAPI JSON document into a Schema.
Walks paths, operations, parameters, request bodies, responses, and schemas to produce a flat vertex/edge graph.
ยงErrors
Returns ProtocolError if parsing or schema construction fails.