Netlify · Schema

deployKey

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
id string
public_key string
created_at string
View JSON Schema on GitHub

JSON Schema

netlify-deploykey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/deployKey",
  "title": "deployKey",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "public_key": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "dateTime"
    }
  }
}