Skip to content

Commit

Permalink
Match AWS API casing and fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadam8 authored Sep 20, 2023
1 parent 0657a66 commit e6632d3
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions sns/json_schemas/operation.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@
"type": "string",
"description": "Determines whether the FilterPolicy applies to MessageAttributes or MessageBody.",
"enum": [
"messageAttributes",
"messageBody"
"MessageAttributes",
"MessageBody"
],
"default": "messageAttributes"
"default": "MessageAttributes"
},
"rawMessageDelivery": {
"type": "boolean",
Expand Down Expand Up @@ -234,22 +234,21 @@
"name": "someQueue"
},
"filterPolicy": {
"attributes": {
"store": [
"asyncapi_corp"
],
"event": [
{
"anything-but": "order_cancelled"
}
],
"customer_interests": [
"rugby",
"football",
"baseball"
]
}
"store": [
"asyncapi_corp"
],
"event": [
{
"anything-but": "order_cancelled"
}
],
"customer_interests": [
"rugby",
"football",
"baseball"
]
},
"filterPolicyScope": "MessageAttributes",
"rawMessageDelivery": false,
"redrivePolicy": {
"deadLetterQueue": {
Expand Down

0 comments on commit e6632d3

Please sign in to comment.