Apideck · Schema

Description

A description of the object.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-description-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Description",
  "title": "Description",
  "type": "string",
  "description": "A description of the object.",
  "example": "A description",
  "nullable": true
}