-
Link: https://github.com/getkin/kin-openapi/blob/5352767564ece15c85c3d0a1ea1143d1f4206b04/openapi3/openapi3.go#L115
The pointer values are checked for nil before validation, but are not checked for…
-
As of 2018-04-05 I can't find a reliable openapi3 document schema. When one is published use it for validation here.
-
I'm looking into migrating from `flask-pydantic` to `flask-openapi3`, but one problem I'm having is around the authentication decorators we currently use. When using `flask-openapi3` pydantic validati…
-
### Version Information
Server Version: 2.43.0
CLI Version (for CLI related issue):
### Environment
Docker Image: https://hub.docker.com/r/hasura/graphql-engine
### What is the current be…
-
I'm just curious what's the roadmap?
Do you have plans to support OpenAPI3 schema validation?
Do you need contribution help?
Kudos for work so far 👏
biske updated
4 years ago
-
Hi,
Definition (Swagger 3.0.3)
```yaml
requestBody:
content:
multipart/form-data:
schema:
type: object
properties:
…
-
Hi,
Currently kinopenapi-filter does not block requests with readOnly properties (using `openapi3filter.ValidateRequestBody() or openapi3.VisitAsRequest()` option).
per OpenAPI specification:
…
-
Integrated data/metadata in the AK are complete and accurate and that integrated datasets returned from the query API are complete, accurate, and compliant with our adopted standards. An example of cr…
-
There is a need for various tools and validation steps to map back from a generated openapi document to the typespec that generated it. I would like to propose we generate a metadata file similar to w…
-
### Clear and concise description of the problem
- `multipleOf`
- `uniqueItems`
- `maxProperties`
- `minProperties`