Apideck · Schema

Deleted

Flag to indicate if the object is deleted.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-deleted-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Deleted",
  "title": "Deleted",
  "type": "boolean",
  "description": "Flag to indicate if the object is deleted.",
  "example": true,
  "nullable": true
}