Skip to content

Commit

Permalink
Minor: amend casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadam8 authored Sep 19, 2023
1 parent 3c71e17 commit 0657a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sns/json_schemas/operation.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"filterPolicy": {
"type": "object",
"description": "Only receive a subset of messages from the channel, determined by this policy. Depending on the filterPolicyScope, a map of either a message attribute or message body to an array of possible matches. The match may be a simple string for an exact match, but it may also be an object that represents a constraint and values for that constraint.",
"description": "Only receive a subset of messages from the channel, determined by this policy. Depending on the FilterPolicyScope, a map of either a message attribute or message body to an array of possible matches. The match may be a simple string for an exact match, but it may also be an object that represents a constraint and values for that constraint.",
"patternProperties": {
"^x-[\\w\\d\\.\\-\\_]+$": {
"$ref": "https://raw.githubusercontent.com/asyncapi/spec-json-schemas/v2.14.0/schemas/2.4.0.json#/definitions/specificationExtension"
Expand All @@ -121,12 +121,12 @@
},
"filterPolicyScope": {
"type": "string",
"description": "Determines whether the filterPolicy applies to messageAttributes or messageBody.",
"description": "Determines whether the FilterPolicy applies to MessageAttributes or MessageBody.",
"enum": [
"messageAttributes",
"messageBody"
],
"default": "MessageAttributes"
"default": "messageAttributes"
},
"rawMessageDelivery": {
"type": "boolean",
Expand Down

0 comments on commit 0657a66

Please sign in to comment.