-
# Bug Report
## Describe the bug
When I use `includePrePost: false` for intervals of '1m' spanning >1day causes an error:
`TransformDecodeCheckError: Unable to decode value as it does not match …
-
HTTP::UserAgent should have timeout feature.
-
**Description**
_A brief description of the bug._
I have a nullable enum yaml file (Open API 3.1) defined like:
```
type:
- string
- 'null'
...
enum:
- VALUE1
- VALUE2
- null
…
-
Our OpenAPI spec contains quite a few [Any Type](https://swagger.io/docs/specification/data-models/data-types/#any)/arbitrary-type schemas.
Currently, the codegen tool skips a resource in the gener…
-
Current ts-codegen can't generate code from the following schema
```
{
...
"execute": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ExecuteMsg",
"an…
-
JADN enhancements since version 1.0 have all been non-breaking; the addition of untagged union Choice options (anyOf, oneOf, allOf) has allowed both 1.0 and 1.1 syntax to coexist without needing a new…
-
`oas-raml-coverter version 1.1.35`
The OAS parser used by [ReDoc](https://github.com/Rebilly/ReDoc) project complains about a forbidden definition:
``` text
Error: Incompatible types in allOf …
jsamr updated
5 years ago
-
| Q | A
| ------------------------------- | -------
| Bug or feature request? | Bug
| Which Swagger/OpenAPI version? |
| Which Swagger-UI vers…
-
hi,
i used this library for my webshop and to really create a label there are some parameters in Consignee ans Shipment that are not required for label creation. not only that - if you would supply…
-
This idea was discussed in #60. There are some cases where an object failed to match one of several candidate schemas, and the error message shows the violations applicable to each of these schemas.
…