Cloudflare · JSON Structure

Cloudflare D1 D1 Database Structure

Type: object Properties: 6
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

D1Database is a JSON Structure definition published by Cloudflare, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

uuid name version num_tables file_size created_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "D1Database",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "num_tables": {
      "type": "integer"
    },
    "file_size": {
      "type": "integer"
    },
    "created_at": {
      "type": "string"
    }
  }
}