Apideck · Schema

ID

A unique identifier for an object.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-writableid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WritableId",
  "title": "ID",
  "type": "string",
  "description": "A unique identifier for an object.",
  "example": "12345",
  "readOnly": false,
  "nullable": true
}