-
-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
Description
🐛 Bug Report:
Describe the bug
Property inputSpec is ignored, which makes using remote specs impossible. According to the json schema this should be supported:
"inputSpec": {
"type": "string",
"description": "location of the OpenAPI spec, as URL or file (required if not loaded via config using -c)"
},Expected behavior
Defining an HTTP URL to a remote spec via inputSpec should be possible.
Additional context
The method generate in generator.service.ts ignores the inputSpec property and only considers glob.