voucherifyio / voucherify-openapi

4 stars 5 forks source link

PW – New Voucher Events. #769

Closed p-woznikowski closed 3 months ago

p-woznikowski commented 3 months ago

What

Added:

How

OpenAPIWebhooks.json is in Open API 3.1. It allows this:

"allOf": [
              {
                "description": "An example of a description",
                "$ref": "#/components/schemas/SimpleSchema"
              }
            ]

I need custom descriptions to schemas. They work with Readme, so that's why I use them.