Antoine Leveugle

Results 9 issues of Antoine Leveugle

For example the uint32 type give: ``` components: schemas: Address: type: object properties: exp: $ref: '#/components/schemas/uint32' ```

Hello, On empty response body, the content should not be present, as specified in the section `Empty Response Body` of https://swagger.io/docs/specification/describing-responses/ For now, the generated schema is: ``` ... paths:...

Hello, https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#operationObject Maybe we could rename the `type action struct` for match the name of the model in the specification: `Operation` Then these properties are missing: - externalDocs - operationId...

Hello, OpenAPI 3.0 comes with a great feature: links. https://swagger.io/docs/specification/links/ It could be nice to implement it.

Hello, About this line in the given example: https://github.com/alexjomin/openapi-parser/blame/master/README.md#L30 Shouldn't it be ` $ref: '#/components/schemas/Foo'` ?

**Why we need it**: Currently there is an issue with openapi validation in Helm. Here is the problem description. Let's take a pod definition with a problem, the spec.toto field...

size/M