Netlify · Schema

accountUpdateSetup

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
name string
slug string
type_id string
extra_seats_block integer
billing_name string
billing_email string
billing_details string
View JSON Schema on GitHub

JSON Schema

netlify-accountupdatesetup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/accountUpdateSetup",
  "title": "accountUpdateSetup",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "type_id": {
      "type": "string"
    },
    "extra_seats_block": {
      "type": "integer"
    },
    "billing_name": {
      "type": "string"
    },
    "billing_email": {
      "type": "string"
    },
    "billing_details": {
      "type": "string"
    }
  }
}