-
I didn't see this issue brought up in the other issues, but I am experiencing a problem when i define an API that does not use an HTTP 200 (OK) response, (instead it used a 204), and during conversion…
-
### Feature Request / Improvement
Motivation: https://github.com/apache/iceberg/pull/8907#discussion_r1441986754
Currently there is no relation between [TableMetadata](https://github.com/apache/i…
-
Hi,
it seams that the enum validation on string fields does not work as expected.
I have the following example.
Schema:
```json
{
"type": "object",
"required": [
"reason"
…
-
Follow up from #18. `logo.with` was a place for definitions, but we've renamed it `logo.images`. In practice, I've also found it's much easier to implement and for downstream brand consumers if `logo.…
-
This issue addresses the situation in which Schema.org somewhat encourages the use of strings, on properties that are defined in a way that only expects one or more non-literal types. It proposes some…
-
Not sure if the manifests will ever change, or the schema... but this was an entertaining lazy-Saturday exercise to create a manifest schema JSON blob and lint the 3 schemas in ./manifests/*.json:
…
-
We have the following schema components in our swagger.json file:
```
"Gjennomforing_4_3": {
"type": "object",
"allOf": [
{
"$ref": "#/components/schemas/…
-
My openapi.yaml refers other files such as `components/schemas/definitions.yaml`.
However, `openapi-generator-bazel` seems to support only all-in-one yaml.
Because only openapi.yaml is copied under …
-
Is there any way to force `schemars` to use references for enum variants? When inlining, many tools can't recognize the title or description for that object, and just shows up as (object).
For exa…
-
I have modelled time series data in csv files, in this format:
eastings,northings,date,time,Mature_lice_dens_50,Mature_lice_dens_100,Mature_lice_dens_150,Mature_lice_dens_200,Mature_lice_dens_250,Mat…