Cloudflare D1 · Schema

D1 Params

Schema for d1_params

DatabaseSQLiteServerlessEdge ComputingSQLCloudflareWorkers
View JSON Schema on GitHub

JSON Schema

d1_params.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-d1/main/json-schema/d1_params.json",
  "title": "D1 Params",
  "description": "Schema for d1_params",
  "example": [
    "firstParam",
    "secondParam"
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}