Netlify · Schema

splitTest

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
id string
site_id string
name string
path string
branches array
active boolean
created_at string
updated_at string
unpublished_at string
View JSON Schema on GitHub

JSON Schema

netlify-splittest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/splitTest",
  "title": "splitTest",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "site_id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "branches": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {}
      }
    },
    "active": {
      "type": "boolean"
    },
    "created_at": {
      "type": "string",
      "format": "dateTime"
    },
    "updated_at": {
      "type": "string",
      "format": "dateTime"
    },
    "unpublished_at": {
      "type": "string",
      "format": "dateTime"
    }
  }
}