-
Schema objects are allowed to have a [discriminator property](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields-13), which is described as
> The discriminator is t…
mgold updated
6 years ago
-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] Testing fundamentals
- [x] INI Parser project
- [ ] Extra: RESP Parser
## Week 2
- [x] Namespaces, CGroups, Docker
- [x] G…
-
Using SwashBuckle v5.6
I can get Swagger working in a "toy" web application, but not in my real one
In my real one when I visit the swagger UI I see the main window, but the only content I get i…
-
I have created a workflow to process a prompt multiple times, but currently, it still requires clicks in the GUI. I have saved this workflow as a JSON file. Is there a way to execute this workflow dir…
-
##### Description
Hi,
I can't figure out why my Java code from codegen is missing some of the models.
Such as HasMore, Limit, offset and count are not created, but Links is.
Does anyone know w…
-
generated `MLBehaviorAnalyticsAlertRuleTemplateProperties` missing all of `AlertRuleTemplateWithMitreProperties`
resource-manager/securityinsights/2022-07-01-preview/alertruletemplates/model_mlbeha…
-
`avj` is the library we use to parse the JSON schema. It currently does not support the [`mapping`](https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/) keyword, making it …
-
apidoc-swagger doesn't run on Node.js 12 any more, it complains something about 'primordials':
```
fs.js:27
const { Math, Object } = primordials;
^
ReferenceError: pr…
-
Any plan to support 2.0?
shifu updated
8 years ago
-
**OpenAPI version**
3.0.3
**Is your feature request related to a problem? Please describe.**
I have 197kb worth of schema that I keep separate from the api specification itself. This in turn mean…