Cloudflare D1 · Schema

D1 Database Update Request Body

Schema for d1_database-update-request-body

DatabaseSQLiteServerlessEdge ComputingSQLCloudflareWorkers

Properties

Name Type Description
read_replication object
View JSON Schema on GitHub

JSON Schema

d1_database-update-request-body.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-d1/main/json-schema/d1_database-update-request-body.json",
  "title": "D1 Database Update Request Body",
  "description": "Schema for d1_database-update-request-body",
  "properties": {
    "read_replication": {
      "$ref": "#/components/schemas/d1_read-replication-details-for-request"
    }
  },
  "required": [
    "read_replication"
  ],
  "type": "object"
}