Netlify · Schema

assetForm

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
url string
fields object
View JSON Schema on GitHub

JSON Schema

netlify-assetform-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/assetForm",
  "title": "assetForm",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "fields": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}