Netlify · Schema

accountType

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
id string
name string
description string
capabilities object
monthly_dollar_price integer
yearly_dollar_price integer
monthly_seats_addon_dollar_price integer
yearly_seats_addon_dollar_price integer
View JSON Schema on GitHub

JSON Schema

netlify-accounttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/accountType",
  "title": "accountType",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "capabilities": {
      "type": "object",
      "properties": {}
    },
    "monthly_dollar_price": {
      "type": "integer"
    },
    "yearly_dollar_price": {
      "type": "integer"
    },
    "monthly_seats_addon_dollar_price": {
      "type": "integer"
    },
    "yearly_seats_addon_dollar_price": {
      "type": "integer"
    }
  }
}