summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/config/2.0.schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json
index 8dc5f80f..6ad9b1fb 100644
--- a/schemas/config/2.0.schema.json
+++ b/schemas/config/2.0.schema.json
@@ -1475,6 +1475,11 @@
"description": "Use rabbitmq mechanism to requeue the job on fail",
"type": "boolean",
"default": false
+ },
+ "queue_headers" : {
+ "description": "Queue declare args, associated array (hashmap, key:val)",
+ "$ref": "#/definitions/Hashmap",
+ "default": null
}
}
},