-
I ran [Spectral](https://github.com/stoplightio/spectral) locally via:
```bash
curl -O https://raw.githubusercontent.com/dbt-labs/dbt-cloud-openapi-spec/c019e7548b0537abe258492c7ddb4590d041847a/op…
-
Json Schema supports schema validation keywords beyond what our Open API 3.0 emitter supports.
Open API 3.1 schemas are a superset of Json Schema, and our emitter should support the same keywords.
T…
-
1. In attempting to generate an API library using https://github.com/OpenAPITools/openapi-generator-cli/tree/master
the https://github.com/coollabsio/documentation-coolify/blob/main/openapi.yaml …
-
**Describe the issue**
Currently it is only possible to validate against XSDs, while for REST API's often a Swagger/OpenAPI specification is provided. We now need to convert that ourselves to an XSD,…
-
### Description
The task is to migrate a specific test case (relative path based below) to Jest from TAP:
`packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/open…
-
Existing OpenAPI tooling, like swagger-parser, openapi-generator and IDE tooling, don't check full compliance with the OpenAPI spec.
The rest-guide-validator is meant to cover style guidelines fro…
-
### Version
4.5.10
### Context
Setting a path parameter of `type: string` and `format: uuid` never works. Removing the format works.
The message always returns: `The value of path paramete…
-
### Description
Hi,
I'm having some issues with validating the openapi specs outputted by Litestar and not sure where to start. I'd like to build in a validator to validate the spec in order to mak…
-
With the older OpenAPI 2 support I could define parameters to have top-level validation like so:
```clojure
:parameters {:query [:and [:map
[:x int?]
…
-
openapi validator should depend on openapi version it is checking. it should not be hardcoded:
https://github.com/kstasik/schema-tools/blob/master/crates/schematools/src/validate/mod.rs#L10
open…