Apideck · Schema

Company name

The name of the company.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-companyname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompanyName",
  "title": "Company name",
  "type": "string",
  "description": "The name of the company.",
  "example": "SpaceX",
  "nullable": true
}