Codat · Schema

Metadata

Unified_API

Properties

Name Type Description
isDeleted boolean Indicates whether the record has been deleted in the third-party system this record originated from.
View JSON Schema on GitHub

JSON Schema

codat-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Metadata",
  "title": "Metadata",
  "type": "object",
  "x-internal": true,
  "properties": {
    "isDeleted": {
      "type": "boolean",
      "description": "Indicates whether the record has been deleted in the third-party system this record originated from.",
      "nullable": true
    }
  }
}