33 lines
613 B
YAML
33 lines
613 B
YAML
|
ResearchProjectDocument:
|
||
|
properties:
|
||
|
ID:
|
||
|
type: string
|
||
|
CreatedByID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
CreatedDate:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
DocumentID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
LastModifiedByID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
LastModifiedDate:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
ResearchProjectID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
TenantID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
Title:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
UserID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
type: object
|