Netlify · Schema

accountUsageCapability

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
included integer
used integer
View JSON Schema on GitHub

JSON Schema

netlify-accountusagecapability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/accountUsageCapability",
  "title": "accountUsageCapability",
  "type": "object",
  "properties": {
    "included": {
      "type": "integer"
    },
    "used": {
      "type": "integer"
    }
  }
}