-
## The dependency [openapi3-ts](https://github.com/metadevpro/openapi3-ts) was updated from `1.2.0` to `1.3.0`.
🚨 [View failing branch](https://github.com/metadevpro/zafiro-openapi3/compare/master..…
-
Please **do not post any internal, closed source snippets** on this public issue tracker!
### Description
Run command `sysl export --format="openapi3" --output="simple-openapi3.yaml" simple-openap…
-
I can run in testing api based openapi3 sechme in local pc.(openapi server is local docker container)
But, not working when running via ssh connected server.(openapi server is aws container)
bell…
-
I have an openAPI3 document as per https://swagger.io/docs/specification/authentication/
```
openapi: 3.0.0
# Added by API Auto Mocking Plugin
info:
version: "1.0.0"
title: ...
security:
…
-
```yaml
servers:
# - url: '/connect/api/v1'
-
I use NSwag.AspNetCore 13.1.3 version. When I add a consume attribute at the beggining of class it is ignored.
Its my Controller
![image](https://user-images.githubusercontent.com/52408801/68275083-…
-
Please **do not post any internal, closed source snippets** on this public issue tracker!
Initial request
> sysl-go codegen recognises the ~validate attribute on custom datatypes, to generate …
-
While trying to add more tests for more specs from these sources:
- https://github.com/Mermade/openapi3-examples/tree/master/resources
- https://github.com/Nexmo/api-specification/tree/master/defi…
-
Using `generateSchema()` on a zod object that contains a nullable property generates schema that is incompatible with the OpenAPI 3.1.0 specification.
```typescript
import z from 'zod'
import {g…
-
**IS**
- The repository https://github.com/Mermade/openapi3-examples has changes in the directory structure.
- the current composer.json references the `master` branch as 1.0.0 version
- in #107 a …