lib/swagger/defs/track-topic.yaml

24 lines
424 B
YAML
Raw Normal View History

2023-09-30 15:38:27 +00:00
TrackTopic:
properties:
ID:
type: string
CreatedByID:
type: string
x-nullable: true
CreatedDate:
type: string
x-nullable: true
LastModifiedByID:
type: string
x-nullable: true
LastModifiedDate:
type: string
x-nullable: true
TopicID:
type: string
x-nullable: true
TrackID:
type: string
x-nullable: true
type: object