Apideck · Schema

Name

The name of the resource.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Name",
  "title": "Name",
  "type": "string",
  "description": "The name of the resource.",
  "example": "Acme Inc.",
  "nullable": true
}