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