Closed alanpoulain closed 2 years ago
Supersedes https://github.com/api-platform/api-doc-parser/pull/94. Thank you very much @simonhildebrandt for having started the work!
This PR largely expands the OpenAPI 3 support: it should now be equivalent to the Hydra one.
In order to do this, the library makes a lot of assumptions, documented in the README.md file.
README.md
A new type property has been introduced in addition to the range property (very specific to Hydra).
type
range
Note that the Swagger (OpenAPI 2) has been improved a little, but not as much as OpenAPI 3.
Supersedes https://github.com/api-platform/api-doc-parser/pull/94. Thank you very much @simonhildebrandt for having started the work!
This PR largely expands the OpenAPI 3 support: it should now be equivalent to the Hydra one.
In order to do this, the library makes a lot of assumptions, documented in the
README.md
file.A new
type
property has been introduced in addition to therange
property (very specific to Hydra).Note that the Swagger (OpenAPI 2) has been improved a little, but not as much as OpenAPI 3.