-
## Problem statement
If you have code being generated from swagger, and want a field to be omitted when marshalling, it would make sense to be able to do that like so:
```
id:
type…
-
### Description
Continuing from https://github.com/jcrist/msgspec/issues/474#issue-1792097063
OpenAPI continues to have issues with parsing.
When attempting to parse fields such as
```python
fr…
-
### Describe the bug
We are using a list as example, which is a valid JSON. But the documentation doesn't show that example.
### To reproduce
Steps to reproduce the behavior:
1. Generate an op…
-
We will need to able to filter list endpoints. Presumably, because these are GET endpoints, we will do this filtering through query parameters.
Example table design with filtering (Figma)
…
-
Hi,
in OpenAPI standard a field needs to be marked as `nullable: true` if it can contain `null` value. When *not* using `omitNothingFields` in Aeson (default setting), `openapi3` lib doesn't mark th…
-
Hello all.
How can users view examples for a field in CRD? `kubectl explain CRD.FIELD` doesn't show example section. for example:
```
....
gitBranchName:
default: m…
bbkgh updated
8 months ago
-
We can add support for custom fields like `x-env-var`, so users can add something like
```yml
securitySchemes:
PostmanAccessTokenAuth:
type: apiKey
in: header
name: x-access…
-
I have checked in the docs and issues, didn't see this question asked by anyone else. I noticed that protoc-gen-validate is supported as one of the options on a message or field. I'm curious about add…
ghost updated
3 years ago
-
##### Description
Whenever a definition is inheriting enumeration fields (using allOf), these end up being generated without any options.
```swift
public enum Status: String, Codable {
}
```
…
-
Author: lieter (lieter)
Redmine Issue: 6502, https://pulp.plan.io/issues/6502
---
In the documentation, the "error" field of a returned Task is typed as an "object" (https://docs.pulpproject.org/r…