lib/swagger/defs/track-topic.yaml

24 lines
424 B
YAML

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