-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
Hi all!
Wanted to try out generating a client for ArgoCD in rust using the swagger.json provided by them for their api. But when calling
fn main() {
generate_api!(
spec = "swagger.json",
interface = Builder,
);
}I get the following error:
error: failed to parse *****/swagger.json: paths: no variant of enum ParameterSchemaOrContent found in flattened data at line 14 column 12
--> src/main.rs:5:16
|
5 | spec = "swagger.json", // The OpenAPI document
| ^^^^^^^^^^^^^^Is there something I can do to solve this error? Here is the swagger.json for reference
jontze
Metadata
Metadata
Assignees
Labels
No labels