d1_created-at

Specifies the timestamp the resource was created as an ISO8601 string.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-d1-created-at-schema.json Raw ↑
{
  "$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"
}