-
When using the Reference Object, summary and description fields can now be overridden.
-
`Dict` will output the schema of the `values` field as `additionalProperties`, you can see that in the example below with `Dict(values=Integer)` -> `additionalProperties: {type: integer}` and `Dict(va…
-
Probably wrong generation of the enum type.
```yml
DocumentMetadata:
type: object
properties:
source:
$ref: "#/components/schemas/Source"
Source:
…
-
**Describe the bug**
When I create a schema that has an optional value e.g.
```python
from ninja.schema import Schema
class GetUserResponse(Schema):
user: int | None = None
```
And…
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/sdk/blob/maste…
-
The Data Browser user should be notified about the data that are shown in the Table or Detail view, but are not included in the original JSON but are coming from a second API call (e.g. the municipali…
-
**Describe the bug**
I have a use case in which I have a ListAPIView that connects to a 3rd party (Stripe) API, fetches data (invoices) and returns that data to the user. I have a serializer, but I d…
-
In my Symfony application, I have a controller which returns an output. Fields in this output which are not nullable are required in the OpenAPI documentation expect my nullable field in the same clas…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …
-
## Context
There are a few tags for [TSDOC](https://tsdoc.org/) that can be used such as self description and [@example](https://tsdoc.org/pages/tags/example/). It will be awesome if somehow the TSDo…