Apideck · Schema

Updated at (timestamp)

The date and time when the object was last updated.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

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