diff options
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/config/3.0.schema.json | 5 |
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", |