{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/d1_created-at",
"title": "d1_created-at",
"description": "Specifies the timestamp the resource was created as an ISO8601 string.",
"example": "2022-11-15T18:25:44.442097Z",
"format": "date-time",
"readOnly": true,
"type": "string"
}