-
See the following report:
https://github.com/getappmap/appmap-server/pull/1331#issuecomment-1769293435
Depending on the order tests are run, sometimes the client already has a cached response. Thi…
-
## What are the steps to reproduce this issue?
1.Generate Zod schemas using Orval with an OpenAPI specification.
2.Observe the generated schema for datetime fields.
3.Notice that datetime fie…
-
The JSON Schema - https://spec.openapis.org/oas/3.0/schema/2021-09-28#/definitions/Response/required for the OpenAPI specification marks `description` as a required property but then allows it to be a…
-
Hi with the new `stripVendorExtensions` on api docs the code does not take into account recursive structures which will result in an error
```Unhandled rejection RangeError: Maximum call stack size…
-
Steve currently has limited tests. This creates a need for highly manual review of things like dependency bumps, and low confidence in the regression potential for changes. These tests should focus on…
-
## Objective
Convert Growstuff's Swagger 2.0 API schema to OpenAPI 3.0 to facilitate GPT-based application integrations.
## Tasks
### 1. Schema Conversion
Update the schema to OpenAPI 3.0, ensuring …
-
### Description
https://api-documentation.opencrvs.org/rest/
The API documentation should include:
* OAuth endpoints
* Location endpoints
* health notification endpoints
* webhook endpoints
…
-
## Scenario
Suppose I have two APIs, each with their own OpenAPI spec `apples.yaml` and `oranges.yaml`. They are both fed to Guardrail to generate routes and models in the same project, but usin…
-
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…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …