-
OGC API Standards are expected to target OpenAPI 3.0.
Part 1 of the OGC API - Connected Systems candidate Standard correctly mentions only OpenAPI 3.0.
https://docs.ogc.org/DRAFTS/23-001r0.html
…
-
The majority of this libraries types are codegen'd from [shipengine-json-schema](https://github.com/shipengine/shipengine-json-schema), and shipengine-json-schema is codegen'd from your [openapi defin…
-
As a follow-up to my previous issue (#1), I found a few errors in the JSON spec I am using to generate C# bindings. Without the following changes, deserialization errors occurred at runtime.
1. In…
-
**Describe the bug**
My understanding of allOf is that its supposed to recursively combine 2+ dictionaries and only fail if multiple types cant be satisfied(such as if the same path has different typ…
-
I am trying to build and I get into a circular dependance hell
I get as far (perl 5.16.3 have also tried later) as
Building and testing Mojolicious-Plugin-OpenAPI-3.41
(not sure why we …
-
The following definitions will result in both an Enum and a Struct named `AaBb`:
```json
"Aa": {
"properties": {
"bb": {
"anyOf": [
{
"$ref": "#/definitions/AaBb"
…
-
**Is your feature request related to a problem? Please describe.**
OpenAPI callbacks define outgoing async requests, typically back to the sender.
docs: https://swagger.io/docs/specification/callbac…
-
### Description
Our projects needs clients/models for multiple different OpenAPI specifications.
Is it possible to specify multiple configurations in the config file, or to instruct the CLI to loa…
slahn updated
3 months ago
-
**Describe the bug**
When using a schema that contains an "allOf" reference to a nullable object, the generation fails with the message "Cannot take allOf a non-object".
**OpenAPI Spec File**
Doc…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…