lib/swagger/defs/research-project-topic.yaml

30 lines
554 B
YAML
Raw Normal View History

2023-05-13 16:46:48 +00:00
ResearchProjectTopic:
properties:
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
TopicID:
type: string
x-nullable: true
2023-05-19 23:55:12 +00:00
UserID:
type: string
x-nullable: true
2023-05-13 16:46:48 +00:00
type: object