title | issue | author |
---|---|---|
Extending the open api schema |
NEXT-22446 |
Christian Rades |
- Deprecated the
OpenApiPathsEvent
- Added open api extension for Bundles
- Move the schema described by your
@OpenApi
/@OA
annotations to json files. - New the openapi specification is now loaded from
$bundlePath/Resources/Schema/
. - For an examples look at
src/Core/Framework/Api/ApiDefinition/Generator/Schema
.