Apideck · Schema

Updated by

The user who last updated the object.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-updatedby-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdatedBy",
  "title": "Updated by",
  "type": "string",
  "description": "The user who last updated the object.",
  "example": "12345",
  "readOnly": true,
  "nullable": true
}