-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Labels
OpenAP 3.1.0 SupportIssues related to OpenAPI 3.1.0 supportIssues related to OpenAPI 3.1.0 support
Milestone
Description
It would be nice to support API changes in webhooks defined with OpenAPI 3.1, in particular:
- Detect if a webhook is removed
- Detect changes in the webhook payload
Unfortunately it looks like now this is not possible.
This can be reproduced by doing:
String oldSpec = Paths.get("webhook1.yml").toUri().toString();
String newSpec = Paths.get("webhook2.yml").toUri().toString();
ChangedOpenApi diff = OpenApiCompare.fromLocations(oldSpec, newSpec);
The content of boths specs are attached here (as .txt but they are .yml specs)
Note that no differences are found in this case
Metadata
Metadata
Assignees
Labels
OpenAP 3.1.0 SupportIssues related to OpenAPI 3.1.0 supportIssues related to OpenAPI 3.1.0 support