-
### Feature Description
Add support for the following vocabulary to support extended validation of arrays:
[https://docs.json-everything.net/schema/vocabs/array-ext/](https://docs.json-everything.…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Run the code below with:
```bash
# with pydantic 2.9.2
uv run --with devtools --with 'pydantic==2.9.2' additional_…
-
Not able to crate post method.
Please provide one example of post, put method with schema validation.
-
```
[INFO] --- openapi-generator-maven-plugin:7.0.1:generate (default) @ horreum-api ---
Warning: There were issues with the specification, but validation has been explicitly disabled.
Errors:
…
-
the corpus files in 010_manannot should have a revisionDesc element and a @status to indicate whether the manual annotation is done
status could be:
_generated_ (status automatically generated b…
-
## Describe the bug
I have the following response schema, in which available is a required field and the `user_name` name may or may not be present. All tests pass until in enable strict schema va…
-
The Core team added support for OAS in the Kibana routes. To provide users with an up-to-date OAS for the documented public Cases API we need to register the OAS schema on each public route. Cases rou…
-
Let's update the JSON object on vets-website, and consider adding validation in vets-api before sending the POST to the Form21as GCLAWS endpoint. For the latest version of the schema, check the `https…
-
**Describe the bug**
I encountered a validation error when trying to upsert a dataset using the DataHub CLI. The error occurs while running the ```datahub dataset upsert -f dataset.yaml``` command. …
-
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[..…