{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/webjobs-list-json/latest.json",
  "title": "JSON schema for Azure Webjobs collection files",
  "x-lintel": {
    "source": "https://www.schemastore.org/webjobs-list.json",
    "sourceSha256": "3d512a07dccceac74f16fb88864906e371c35d29fad423b40d48a2bc8a743819",
    "fileMatch": [
      "webjobs-list.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "WebJobs": {
      "type": "array",
      "description": "A list of Azure Webjobs.",
      "items": {
        "type": "object",
        "properties": {
          "filePath": {
            "type": "string"
          }
        },
        "additionalProperties": false
      }
    }
  },
  "required": [
    "WebJobs"
  ],
  "id": "https://json.schemastore.org/webjobs-list.json"
}
