d1_database-details-response

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-d1-database-details-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/d1_database-details-response",
  "title": "d1_database-details-response",
  "properties": {
    "created_at": {
      "$ref": "#/components/schemas/d1_created-at"
    },
    "file_size": {
      "$ref": "#/components/schemas/d1_file-size"
    },
    "name": {
      "$ref": "#/components/schemas/d1_database-name"
    },
    "num_tables": {
      "$ref": "#/components/schemas/d1_table-count"
    },
    "uuid": {
      "$ref": "#/components/schemas/d1_database-identifier"
    },
    "version": {
      "$ref": "#/components/schemas/d1_database-version"
    }
  },
  "type": "object"
}