lib/swagger/defs/observation.yaml

48 lines
1.2 KiB
YAML
Raw Normal View History

2023-04-06 01:28:58 +00:00
Observation:
description: A data point collected while analyzing a Factor
properties:
AccountID:
description: The ID of the Company being analyzed
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CompanyProductID:
description: The ID of the Product being analyzed
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedByID:
description: Created By User ID
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedDate:
description: Created Date
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Description:
description: Notes concerning data collection
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
FactorID:
description: The ID of the Factor that owns this Observation
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
ID:
description: Record Id
type: string
2023-04-06 01:28:58 +00:00
LastModifiedByID:
description: Last Modified By User ID
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
LastModifiedDate:
description: Last Modified Date
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
SubjectType:
description: Is the subject a Company or a Product?
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Value:
description: The data point collected
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
type: object