Netlify · Schema

splitTestSetup

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
branch_tests object
View JSON Schema on GitHub

JSON Schema

netlify-splittestsetup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/splitTestSetup",
  "title": "splitTestSetup",
  "type": "object",
  "properties": {
    "branch_tests": {
      "type": "object",
      "properties": {}
    }
  }
}