summaryrefslogtreecommitdiff
path: root/schemas/config
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-11-01 21:44:53 +0100
committerValery Piashchynski <[email protected]>2023-11-01 21:44:53 +0100
commite5a8176ada4dca04f6e7905b62de8b2fd93cbd56 (patch)
treebe23be7f6eaca0e99885ff5f3ec7544cacda7a62 /schemas/config
parent7dd023bbf340a87a54701a520c78c3375ce404fe (diff)
docfix: return missed `message_group_id` sqs option
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'schemas/config')
-rw-r--r--schemas/config/3.0.schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/config/3.0.schema.json b/schemas/config/3.0.schema.json
index f3cf837e..aa063aa1 100644
--- a/schemas/config/3.0.schema.json
+++ b/schemas/config/3.0.schema.json
@@ -1797,6 +1797,11 @@
"type": "string",
"default": "default"
},
+ "message_group_id": {
+ "description": "Message Group ID: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html#SQS-SendMessage-request-MessageGroupId",
+ "type": "string",
+ "default": null
+ },
"attributes": {
"title": "map[string]number",
"type": "array",