how to set a static json file in place of generated ones #4597
Unanswered
DennyFiguerres
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Still seeking this, many googles have not found an answer. cant find it on stack overflow,,,,, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe something like this in {
"runtime": "Net80",
"defaultVariables": null,
"documentGenerator": {
"fromDocument": {
"url": "c:\\temp\\rest-api.yaml",
"output": "C:\\temp\\swagger-temp.json",
"newLineBehavior": "Auto"
}
},
"codeGenerators": {
// add generators here
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have odata apis. i have tools that generate an open api 3 json file.
how do i tell nswag to use my file and not the default.
Beta Was this translation helpful? Give feedback.
All reactions