Aggelos Bellos
Aggelos Bellos
Closes https://github.com/OAI/OpenAPI-Specification/issues/3703 i have changed the format of the `base_type` in the produced JSON to array for all the formats since I think we should be consistent with the property...
Partially addresses https://github.com/OAI/OpenAPI-Specification/issues/1823. This PR has the same changes as the https://github.com/OAI/OpenAPI-Specification/pull/1824 plus the requested changes that were requested here: https://github.com/OAI/OpenAPI-Specification/pull/1824#issuecomment-460532960. Following the same logic as the original PR, it...
Partially closes https://github.com/OAI/OpenAPI-Specification/issues/3854 We have moved in this https://github.com/OAI/learn.openapis.org/pull/102 the examples to the learn.openapis.org repo. So in this PR we are cleaning the main branch by removing the examples folder...
Partially closes https://github.com/OAI/OpenAPI-Specification/issues/3854 We have moved in this https://github.com/OAI/learn.openapis.org/pull/102 the examples to the learn.openapis.org repo. So in this PR we are cleaning the main branch by removing the examples folder...
Partially closes https://github.com/OAI/OpenAPI-Specification/issues/3854 We have moved in this https://github.com/OAI/learn.openapis.org/pull/102 the examples to the learn.openapis.org repo. So in this PR we are cleaning the main branch by removing the examples folder...
Partially closes https://github.com/OAI/OpenAPI-Specification/issues/3854 We have moved in this https://github.com/OAI/learn.openapis.org/pull/102 the examples to the learn.openapis.org repo. So in this PR we are cleaning the main branch by removing the examples folder...
Closes https://github.com/OAI/OpenAPI-Specification/issues/3717 **What I have done:** 1. Go to `gh-pages` and move all files under the `docs` folder which Github supports. 2. Go to `main` branch and run `git merge...
## Problem There are 2 minified versions of `respec.js` for 3.x and for 4.x versions. These files exists in the `gh-pages`: 1. `/js/respec-oai.js` 2. `/js/respec-arrazzo.js` These files are basically unmaintainable...
Closes: https://github.com/OAI/Overlay-Specification/issues/104 [Here](https://github.com/OAI/Overlay-Specification/pull/105) it was decided to use different markdownlint.yaml files for `/schemas` and `/versions` since they have different purposes and as such, different standards. What this PR introduces: 1....
Fixes https://github.com/phpstan/phpstan/issues/11906