Needs work
Project:
OpenAPI for JSON:API
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2021 at 09:16 UTC
Updated:
25 Jun 2021 at 12:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
boddy commentedThe patch was created in contributing with @bohart so it would be great if he will get a credit as well.
Comment #3
boddy commentedHere is a fixed patch for 3.0.1 with 'swagger: 2.0' of openAPI
Comment #4
boddy commentedIf you want to invoke hooks and get the openAPI 3 specifications instead swagger 2.0, you can use patch from #6
Comment #5
bohartMarking this task is dependant on #3220024.
Also, it looks like we need to add the newly created hook to `module.api.php` file before the commit (so marking as `needs work`).
Comment #6
boddy commentedReplaced missed 'definitions' of 'swagger:2' to 'components/schemas' of openapi:3
If you want to invoke hooks and get the openAPI 3 specifications instead swagger 2.0, you can use this patch