The name of the company.
{ "$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 }