mirror of https://github.com/vernonkeenan/lib
36 lines
645 B
YAML
36 lines
645 B
YAML
|
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
|
||
|
Path:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
TenantID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
UserID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
type: object
|