-
We're moving from specifying our schemas in individual JSON files to storing multiple schemas inside a yaml file following the AsyncAPI specification.
But I would still like to use Corvus.JsonSchem…
-
I'm looking at various options to "upgrade" a simple API ([HTTP POST of CloudEvents](https://github.com/cloudevents/spec/blob/v1.0/http-protocol-binding.md)) to allow clients and servers to be able to…
-
As part of the Kiota generation for both clients and plugins, Kiota slices the OpenAPI description based on pre-selection of endpoints provided by the user (both in Kiota CLI and Kiota VS Code)
We sh…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
It seems that `ProblemHttpResult` doesn't implement the `IEndpointMetadataProvider` interface…
ilmax updated
5 months ago
-
I'm trying to build a registry
```python
self.registry = Registry().with_resources(
(f"#/components/schemas/{k}", Resource.from_contents(v, referencing.jsonschema.DRAFT202012)
for k, v …
-
While we focus on `tree planting` and `bioswales` as NBS solutions, we should maintain a list so that other suggestions can be added. Perhaps we can add keep it here as a .md file calling it e.g. `can…
-
[OpenAPI 3.1](https://spec.openapis.org/oas/latest.html) was released in February 2021 and is fully aligned with JSON Schema, upgrading the OGC-EDR API to use OpenAPI schema 3.1 will remove the need…
-
This relates to [a previous issue](https://github.com/smithy-lang/smithy/issues/2443) where we asked about the possibility of inlining map shapes. This has been quickly addressed, which we are very th…
-
In our upgrade from Swagger libraries to smallrye openapi it is converting all our 'example' to 'examples' in the OpenAPI schema.
This is not desirable as we need to be able provide an example th…
-
Create a GET /dishes endpoint which optionally takes in a `search_term` query parameter and returns dishes which match the search term. Refer to the way GET /restaurants is implemented. This will be v…