Netlify · Schema

siteFunction

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
branch string
created_at string
functions array
id string
log_type string
provider string
View JSON Schema on GitHub

JSON Schema

netlify-sitefunction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/siteFunction",
  "title": "siteFunction",
  "type": "object",
  "properties": {
    "branch": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "dateTime"
    },
    "functions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {}
      }
    },
    "id": {
      "type": "string"
    },
    "log_type": {
      "type": "string"
    },
    "provider": {
      "type": "string"
    }
  }
}