{ "$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" }