mirror of https://github.com/vernonkeenan/lib
27 lines
504 B
YAML
27 lines
504 B
YAML
ResearchProjectCompany:
|
|
properties:
|
|
AccountID:
|
|
type: string
|
|
x-nullable: true
|
|
CreatedByID:
|
|
type: string
|
|
x-nullable: true
|
|
CreatedDate:
|
|
type: string
|
|
x-nullable: true
|
|
ID:
|
|
type: string
|
|
LastModifiedByID:
|
|
type: string
|
|
x-nullable: true
|
|
LastModifiedDate:
|
|
type: string
|
|
x-nullable: true
|
|
ResearchProjectID:
|
|
type: string
|
|
x-nullable: true
|
|
TenantID:
|
|
type: string
|
|
x-nullable: true
|
|
type: object
|