{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/hooks/v1/bindings.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "items": {
    "additionalProperties": false,
    "description": "Exchange and RoutingKeyPattern for each binding\n",
    "properties": {
      "exchange": {
        "minLength": 1,
        "type": "string"
      },
      "routingKeyPattern": {
        "minLength": 1,
        "type": "string"
      }
    },
    "required": [
      "exchange",
      "routingKeyPattern"
    ],
    "title": "Binding",
    "type": "object"
  },
  "title": "List of Bindings",
  "type": "array",
  "uniqueItems": true
}