-
There are several issues around OpenAPI necessary to consider it fully implemented.
# 1. Obey "request-body-strict"
Today, the openAPI includes object types that are not required by the endpoint…
-
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 …
-
First off, thanks a lot for this super-useful tool! 🙏🏼
When I passed my generated spec file to my code generator, it complained about invalid path parameters containing colons.
Indeed, the [Ope…
-
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…
-
Hi there -- I'm trying to use jsi with a schema described as part of an OpenAPI specs: https://github.com/structurizr/json/blob/master/structurizr.yaml to get ruby OOP to access the data. An example …
-
### What happens?
Hi there,
I've migrated to the latest Next 15, but `@scalar/nextjs-api-reference@0.4.98` is giving me headaches because of `next@"^14.0.0"` dependency. Can we check if Scalar is co…
-
### What happens?
![image](https://github.com/user-attachments/assets/bedcd7e5-a52e-4c7a-be14-63de29e2ea8b)
Using `Scalar.AspNetCore@1.2.4`, for some reason example values are not being filled.
###…
-
[RFC 5785 "Defining Well-Known URIs"](https://tools.ietf.org/html/rfc5785) provides for a standardized path where documents for...
> "the discovery of policy or other information about a host ('sit…
-
**API Platform version(s) affected**: 2.6.2 to 3.3.6
**Description**
PR #4019 introduces an anonymous service argument in `openapi.xml` for the service `api_platform.openapi.normalizer`. Whilst …
-
- [x] Stop altering the JSONProvider (do casing directly with dicts)
- [ ] Document how to order the openapi schema routes
- [ ] Document how to customise the openapi schema