lib/swagger/defs/favorite.yaml

39 lines
699 B
YAML
Raw Permalink Normal View History

2023-09-12 03:42:13 +00:00
Favorite:
properties:
ID:
type: string
CreatedByID:
type: string
x-nullable: true
CreatedDate:
type: string
x-nullable: true
Description:
type: string
x-nullable: true
FavoriteType:
type: string
x-nullable: true
LastModifiedByID:
type: string
x-nullable: true
LastModifiedDate:
type: string
x-nullable: true
Name:
type: string
x-nullable: true
Order:
type: integer
x-nullable: true
Path:
type: string
x-nullable: true
TenantID:
type: string
x-nullable: true
UserID:
type: string
x-nullable: true
type: object