Cloudflare D1 · Schema

D1 Database Details Response

The details of the D1 database.

DatabaseSQLiteServerlessEdge ComputingSQLCloudflareWorkers

Properties

Name Type Description
created_at object
file_size object
jurisdiction object
name object
num_tables object
read_replication object
uuid object
version object
View JSON Schema on GitHub

JSON Schema

d1_database-details-response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-d1/main/json-schema/d1_database-details-response.json",
  "title": "D1 Database Details Response",
  "description": "The details of the D1 database.",
  "properties": {
    "created_at": {
      "$ref": "#/components/schemas/d1_created-at"
    },
    "file_size": {
      "$ref": "#/components/schemas/d1_file-size"
    },
    "jurisdiction": {
      "$ref": "#/components/schemas/d1_jurisdiction-nullable"
    },
    "name": {
      "$ref": "#/components/schemas/d1_database-name"
    },
    "num_tables": {
      "$ref": "#/components/schemas/d1_table-count"
    },
    "read_replication": {
      "$ref": "#/components/schemas/d1_read-replication-details-for-response"
    },
    "uuid": {
      "$ref": "#/components/schemas/d1_database-identifier"
    },
    "version": {
      "$ref": "#/components/schemas/d1_database-version"
    }
  },
  "type": "object"
}