Apideck · Schema

Display id

Id to be displayed.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-displayid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DisplayId",
  "title": "Display id",
  "type": "string",
  "description": "Id to be displayed.",
  "example": "123456",
  "nullable": true
}