mirror of https://github.com/vernonkeenan/lib
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
Observation:
|
|
description: A data point collected while analyzing a Factor
|
|
properties:
|
|
AccountID:
|
|
description: The ID of the Company being analyzed
|
|
type: string
|
|
x-nullable: true
|
|
CompanyProductID:
|
|
description: The ID of the Product being analyzed
|
|
type: string
|
|
x-nullable: true
|
|
CreatedByID:
|
|
description: Created By User ID
|
|
type: string
|
|
x-nullable: true
|
|
CreatedDate:
|
|
description: Created Date
|
|
type: string
|
|
x-nullable: true
|
|
Description:
|
|
description: Notes concerning data collection
|
|
type: string
|
|
x-nullable: true
|
|
FactorID:
|
|
description: The ID of the Factor that owns this Observation
|
|
type: string
|
|
x-nullable: true
|
|
ID:
|
|
description: Record Id
|
|
type: string
|
|
LastModifiedByID:
|
|
description: Last Modified By User ID
|
|
type: string
|
|
x-nullable: true
|
|
LastModifiedDate:
|
|
description: Last Modified Date
|
|
type: string
|
|
x-nullable: true
|
|
SubjectType:
|
|
description: Is the subject a Company or a Product?
|
|
type: string
|
|
x-nullable: true
|
|
Value:
|
|
description: The data point collected
|
|
type: string
|
|
x-nullable: true
|
|
type: object
|