{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "https://json.schemastore.org/webjobs-list.json",
  "properties": {
    "WebJobs": {
      "type": "array",
      "description": "A list of Azure Webjobs.",
      "items": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
          "filePath": {
            "type": "string"
          }
        }
      }
    }
  },
  "required": ["WebJobs"],
  "title": "JSON schema for Azure Webjobs collection files",
  "type": "object"
}
