Netlify · Schema

excludedFunctionRoute

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
pattern string
literal string
expression string
View JSON Schema on GitHub

JSON Schema

netlify-excludedfunctionroute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/excludedFunctionRoute",
  "title": "excludedFunctionRoute",
  "type": "object",
  "properties": {
    "pattern": {
      "type": "string"
    },
    "literal": {
      "type": "string"
    },
    "expression": {
      "type": "string"
    }
  }
}