{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/settings-job/latest.json",
  "title": "JSON schema for Azure Webjob settings.job files",
  "x-lintel": {
    "source": "https://www.schemastore.org/settings.job.json",
    "sourceSha256": "f4a7b0b1b82e910e2971b3fd7957bad6b3701eb44bf8af8a7f50a03c5b2a1ba3",
    "fileMatch": [
      "settings.job"
    ]
  },
  "type": "object",
  "properties": {
    "stopping_wait_time": {
      "type": "integer",
      "description": "The graceful shutdown period for an Azure Webjob. The time specified in seconds."
    },
    "is_singleton": {
      "description": "Specify if the Webjob should be treated as a singleton. If true, the Webjob will not scale on multiple Azure Website instances like the web application itself.",
      "type": "boolean"
    }
  },
  "minProperties": 1,
  "id": "https://json.schemastore.org/settings.job.json"
}
