-
Environment:
- Python version: 3.11
- Operating system: Windows/Linux
- Flask version: 2.2.5 (but presumably all versions)
- flask-openapi3 version: 4.0.2
When typing a property with tuple[..…
-
## Current Behavior
For seasonal flu builds, we need to annotate alternate clade labels including one called `proposed_subclade`. We want to show these proposed subclades by default in some analyse…
-
Currently typebox is used for schema validation and I can guess it is chosen for great performance and awesome TypeScript support.
However, In real world applications, following points are mostly …
-
The API fails when trying to delete **Agent Configuration** in APM settings.
Failing API: `DELETE /api/apm/settings/agent-configuration 2023-10-31`
The currently running edge-oblt instance (commit: …
-
## Expected Behavior
Step function deploys correction with datadog serverless plugin 5.70.0 (i deploy step function with `"serverless-step-functions": "^3.21.0"` plugin.
Like In version 5.55.0 the…
-
Any thoughts on using zod for the schema validation?
-
### What happened?
In my `main.ts` I did the following, according to the Valibot docs:
```ts
import * as v from 'valibot'
import '@valibot/i18n/de'
v.setGlobalConfig({ lang: 'de' })
```
I…
-
### Area with issue?
JSON Schema
### ✔️ Expected Behavior
https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/partial-pdm.json currently does not support plugin-defined configur…
-
**Description**
In #198 we introduced a schema to validate component constructors and deliver auto-completion: https://github.com/open-component-model/ocm-website/blob/main/static/schemas/configura…
-
## 💬 Question here
Is it possible to update a route's request body schema (`request.routeOptions.schema.body`) according to the provided route param in runtime, using the `preValidation` hook…