Apideck · Schema

Created at (timestamp)

The date and time when the object was created.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-createdat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreatedAt",
  "title": "Created at (timestamp)",
  "type": "string",
  "description": "The date and time when the object was created.",
  "format": "date-time",
  "example": "2020-09-30T07:43:32.000Z",
  "readOnly": true,
  "nullable": true
}