{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/queue/v1/task-pulse-definition.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Subset of a task definition containing values that are useful for determining\nwhether a message is interesting to the receiver. Where the full task\ndefinition is required, the receiver should call queue.task to download that\ndefinition.\n",
  "properties": {
    "tags": {
      "$ref": "task.json#/properties/tags"
    }
  },
  "required": [
    "tags"
  ],
  "title": "Task Definition Structure for Pulse Messages",
  "type": "object"
}