BackupSchedule

Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.

AzureComputeFunction-as-a-ServiceFunctionsServerless

Properties

Name Type Description
frequencyInterval integer How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)
frequencyUnit string The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)
keepAtLeastOneBackup boolean True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.
lastExecutionTime string Last time when this schedule was triggered.
retentionPeriodInDays integer After how many days backups should be deleted.
startTime string When the schedule should start working.
View JSON Schema on GitHub

JSON Schema

azure-function-apps-backup-schedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-function-apps/refs/heads/main/json-schema/azure-function-apps-backup-schedule-schema.json",
  "title": "BackupSchedule",
  "description": "Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.",
  "type": "object",
  "properties": {
    "frequencyInterval": {
      "default": 7,
      "description": "How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)",
      "format": "int32",
      "type": "integer"
    },
    "frequencyUnit": {
      "default": "Day",
      "description": "The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)",
      "enum": [
        "Day",
        "Hour"
      ],
      "type": "string",
      "x-ms-enum": {
        "modelAsString": false,
        "name": "FrequencyUnit"
      }
    },
    "keepAtLeastOneBackup": {
      "default": true,
      "description": "True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.",
      "type": "boolean"
    },
    "lastExecutionTime": {
      "description": "Last time when this schedule was triggered.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "retentionPeriodInDays": {
      "default": 30,
      "description": "After how many days backups should be deleted.",
      "format": "int32",
      "type": "integer"
    },
    "startTime": {
      "description": "When the schedule should start working.",
      "format": "date-time",
      "type": "string"
    }
  },
  "required": [
    "frequencyInterval",
    "frequencyUnit",
    "keepAtLeastOneBackup",
    "retentionPeriodInDays"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-function-apps-backup-schedule"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.