Commit Graph

7 Commits

Author SHA1 Message Date
Vladimir Gorej
ac3b69fb3c feat: introduce samples framework for JSON Schema 2020-12
Refs #8577
2023-06-01 14:09:02 +02:00
Vladimir Gorej
7bdb605dcf docs(oas31): provide docs for createOnlyOAS31SelectorWrapper 2023-03-23 11:05:26 +01:00
Vladimír Gorej
e1816a5937 refactor(oas31): use OpenAPI 3.1 specific component wrapper util (#8503) 2023-03-23 10:55:41 +01:00
Vladimír Gorej
5c11bb5a45 fix(oas31): detect user request body edits in OpenAPI.paths (#8500)
Affected wrapped selector was hasUserEditedBody.
This commit fixes the bug by calling the original
selector when path+method combination is not found
in OpenAPI.webhooks field.

Refs #8498
2023-03-22 09:12:27 +01:00
Vladimír Gorej
25edb232f0 fix(oas31): fix recursive bug in hasUserEditedBody selector wrapper (#8499)
Refs #8498
2023-03-21 21:22:23 +01:00
Vladimír Gorej
d837b2b511 refactor(oas31): disable try it out mechanism explicitly for webhooks (#8485)
Refs #8474
2023-03-20 09:44:22 +01:00
Vladimír Gorej
d7099793a4 refactor(oas31): introduce selector composition mechanism (#8484)
Refs #8474
2023-03-20 08:34:11 +01:00