schema-generator
schema-generator copied to clipboard
operation openapi property support
Operation openapiContext property is deprecated and will be removed in Api Platform Core 4.0.
This PR allows transparent migration to openapi property, s/openapiContext:/openapi:/ should be enough in a schema.yaml file.
Resolve #427
UPDATE: no longer relevant, all green
About failed checks:
- Does it still have to support legacy php 7.4 version?
Please let me know, to not to put unnecessary work into it making backward compatibility (its mostly about method named arguments). After all it is for Api Platform Core 4.0.
- php 8.3 check fail is weird, I have all green on my workstation (?).
RFR, WDYT @dunglas ?
Hi, @soyuka/ @dunglas can we merge this or please can you give some feedback/ review? Checks solved, all green.
All fixed, thanks for PR.
Hi @dunglas, can we merge this then?