-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
##### Description
When working on an enhancement of the typescript-axios generation I've noticed fields missing in the generated classes.
[This PR](https://github.com/OpenAPITools/openapi-genera…
-
##### Description
The two endpoints in the partial yaml file below should have their CodegenOperation#returnType variables contain` List` and `List`, respectively. However the first endpoint that…
gbaah updated
6 months ago
-
See
- https://pydantic-docs.helpmanual.io/usage/schema/
- https://github.com/samuelcolvin/pydantic/issues/643
- https://github.com/koxudaxi/datamodel-code-generator
This a different feature requ…
-
There are many different [JSON Schema Web UI generators](https://json-schema.org/implementations.html#web-ui-generation).
After trying lots of them, I think I should use something based on Vue.…
-
As a follow-up task for #334 we can work on adding the `schema_id` when creating views, tables, etc.
That way `schema_name = materialize_schema.schema.name` could be `schema_id = materialize_schem…
-
Introspection from a Prisma schema with a duplicated `client` name currently results in a panic.
Instead, this should be a validation error.
Command: `prisma db pull`
Version: `4.10.0`
Binar…
-
I figured I'd put all my re-used definitions in one devs.cfgdb schema module (even though, for reasons, this one, hsvct, ended up not really being re-used)
```
{
"$schema": "http://json-schema.…
-
In jOOQ 3.4, we've added `` to the code generator configuration: #3154. This allowed for producing extra, "synthetic" meta data which would behave just the same way as actual primary key definitions. …