OpenAPI-Specification
OpenAPI-Specification copied to clipboard
The OpenAPI Specification Repository
Hello, as requested in [this comment](https://github.com/OAI/OpenAPI-Specification/issues/845#issuecomment-1822410190), I'm following up to file a separate issue. I'm working in my org on a project using OpenAPI spec. I'm building an orchestrator in...
## What the Specification states According to the style examples: [`style`](#dataTypeFormat) | `explode` | `array` | `object` ----------- | ------ | -------- | ------- form | false | color=blue,black,brown |...
I'm opening this issue simply as a place to collect some ideas about how the concepts of [Overlays](#1722) and [Traits](#613) might be brought together. In both proposals, I think the...
I'm a contributor for an OpenAPI Validator project, and one of our users has raised an issue that their the spec is not matching in the order they would expect...
Just shortly, I would like to request a capability to define parameters in Example Object to associate each parameters passed and response received.
As suggested by @MikeRalphson on [Stackoverflow](https://stackoverflow.com/questions/67382759/are-those-openapi-3-paths-ambiguous), I'm asking the question here as well. **Are those OpenAPI 3 paths ambiguous?** /shops/{shopId}/pets/{petId} /shops/{shopId}/pets/_search I want to answer **no** but, strictly reading the...
Hello, First of all I want to thanks the openAPI community. I really appreciate the standard, it really helps the communication between back and front developers. I tried to reuse...
This issue is a proposal that a new repo be created that stores tests of openapi payloads, request, responses, and documents. These tests will help implementation verify that they have...
According both 3.0 and 3.1, in the`Response` object there MUST be at least one response code and it SHOULD be the response for a successful operation call. In addition the...
The question came up in today's call about fields that could take either a literal value or a runtime expression. The `parameters` field in the Link Object allows this. Probably...