Closed p-woznikowski closed 3 months ago
Added:
voucher.loyalty_card.transaction.created
voucher.loyalty_card.points_expired
voucher.gift.transaction.created
customer.holder.assignment.created
customer.holder.assignment.deleted
metadata
RedemptionRewardResult
OpenAPIWebhooks.json is in Open API 3.1. It allows this:
OpenAPIWebhooks.json
"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.
What
Added:
voucher.loyalty_card.transaction.created
voucher.loyalty_card.points_expired
voucher.gift.transaction.created
customer.holder.assignment.created
– OpenAPI.jsoncustomer.holder.assignment.deleted
– OpenAPI.jsonmetadata
toRedemptionRewardResult
schemaHow
OpenAPIWebhooks.json
is in Open API 3.1. It allows this:I need custom descriptions to schemas. They work with Readme, so that's why I use them.