lib/swagger/defs/company.yaml

178 lines
4.1 KiB
YAML
Raw Normal View History

2023-04-06 01:28:58 +00:00
Company:
properties:
ID:
description: Company Id
type: string
AccountNumber:
description: Company Number
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
AccountSource:
description: The marketing origin of this Company
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Active:
2023-04-30 04:48:40 +00:00
type: boolean
x-nullable: true
2023-04-06 01:28:58 +00:00
AnnualRevenue:
description: Annual Revenue Estimate
format: double
type: number
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ListingAddress:
$ref: "./address.yaml#/Address"
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CloudRevenueTotal:
type: number
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CloudType:
description: The type of cloud company
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CloudYear:
description: The year company started cloud revenue
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Description:
description: Description of the Company
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
EarningsCall:
description: Earnings Call Date
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Email:
description: Main Company Email
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
EquityFunding:
description: The amount of equity EquityFunding
type: number
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Facebook:
description: Company Facebook URL
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Fax:
description: Fax number
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
FoundedDate:
description: Date company founded
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
IPODate:
description: IPO Date
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ImageAltText:
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ImageURL:
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Industries:
description: Industries
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Industry:
description: Industry
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
LinkedIn:
description: Company LinkedIn URL
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Location:
description: Headquarters Location Description
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Logo:
description: Company Logo URL
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
MarketCapitalization:
description: Market Capitalization
type: number
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Name:
description: Company Name
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
NumberInvestments:
description: Number of Investments
type: number
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
NumberOfEmployees:
description: Employee Count Estimate
format: int64
type: number
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Ownership:
description: Ownership
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ParentID:
description: Parent Company
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Phone:
description: Phone
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Publish:
description: Publish this record?
type: boolean
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
SalesforceFirst:
description: A Salesforce-First company?
type: boolean
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Slug:
description: Slug
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
TagLine:
description: Company tagline
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
TickerSymbol:
description: Ticker Symbol
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Twitter:
description: Twitter URL
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Type:
description: Type
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Website:
description: Website
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
YearStarted:
description: Year Started
type: string
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CompanyProducts:
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
description: Company Products
type: array
items:
$ref: "./company-product.yaml#/CompanyProduct"
FinancialStatements:
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
description: Financial Statements
type: array
items:
$ref: "./financial-statement.yaml#/FinancialStatement"
IndustryCompanies:
2023-04-30 04:48:40 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
description: Similar Companies
type: array
items:
$ref: "./industry-company.yaml#/IndustryCompany"
type: object