Netlify · Schema

accountAddMemberSetup

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
role string
email string
View JSON Schema on GitHub

JSON Schema

netlify-accountaddmembersetup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/accountAddMemberSetup",
  "title": "accountAddMemberSetup",
  "type": "object",
  "properties": {
    "role": {
      "type": "string",
      "enum": [
        "Owner",
        "Developer",
        "Billing Admin",
        "Reviewer"
      ]
    },
    "email": {
      "type": "string"
    }
  }
}