Netlify · Schema

snippet

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
id integer
site_id string
title string
general string
general_position string
goal string
goal_position string
View JSON Schema on GitHub

JSON Schema

netlify-snippet-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/snippet",
  "title": "snippet",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int32"
    },
    "site_id": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "general": {
      "type": "string"
    },
    "general_position": {
      "type": "string"
    },
    "goal": {
      "type": "string"
    },
    "goal_position": {
      "type": "string"
    }
  }
}