Cloudflare D1 · Schema

D1 Database Response

Schema for d1_database-response

DatabaseSQLiteServerlessEdge ComputingSQLCloudflareWorkers

Properties

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

JSON Schema

d1_database-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-response.json",
  "title": "D1 Database Response",
  "description": "Schema for d1_database-response",
  "properties": {
    "created_at": {
      "$ref": "#/components/schemas/d1_created-at"
    },
    "jurisdiction": {
      "$ref": "#/components/schemas/d1_jurisdiction-nullable"
    },
    "name": {
      "$ref": "#/components/schemas/d1_database-name"
    },
    "uuid": {
      "$ref": "#/components/schemas/d1_database-identifier"
    },
    "version": {
      "$ref": "#/components/schemas/d1_database-version"
    }
  },
  "type": "object"
}