-
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…
-
### Feature Spec
The SDK Api resource has an OpenAPI [spec](https://github.com/winglang/wing/blob/7f7d2d72d86fd7c23f577fab199059978c131850/libs/wingsdk/src/cloud/api.ts#L233). Make it easy to consume…
-
https://www.openapis.org/blog/2017/07/26/the-oai-announces-the-openapi-specification-3-0-0
https://blog.readme.io/an-example-filled-guide-to-swagger-3-2/
See also https://github.com/GetShopTV/swag…
-
Would love to see support for https://github.com/OAI/Overlay-Specification/blob/main/versions/1.0.0.md
-
Right now, only `fileMatch` is supported, e.g.:
```json
{
"contributes": {
"jsonValidation": [
{
"fileMatch": "*.openapi.json",
"url": "https://raw.git…
-
Was just looking at examples and I believe having examples in separate folders to organize the examples and/or use cases will make it easier to find more specific examples than scrolling through the g…
-
Using [this tool](https://pb33f.io/doctor/#) to analyze our generated open API specification, we realize that using space in `operationId` isn't a good practice.
The thing is that apparently, it's mo…
-
Manche Attribute wie "ktid", "orgid", "id" stellen immer ID-Werte da, die andere existierende Objekte desselben Schulconnex-Servers referenzieren müssen. Dies sollte an allen Stellen gekennzeichnet se…
-
VS Code YAML extension uses Schema Store https://www.schemastore.org/api/json/catalog.json to automatically guess and apply JSON Schemas to documents being edited.
My understanding is that if multi…
-
In [RFC 6265](https://www.rfc-editor.org/rfc/rfc6265#section-3), it's written that :
> Origin servers SHOULD NOT fold multiple Set-Cookie header fields into a single header field.
I guess the o…