d1_database-response

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

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