Netlify · Schema

functionSchedule

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
name string
cron string
View JSON Schema on GitHub

JSON Schema

netlify-functionschedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/functionSchedule",
  "title": "functionSchedule",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "cron": {
      "type": "string"
    }
  }
}