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

27 lines
511 B
YAML

ResearchProjectProduct:
properties:
ID:
type: string
CompanyProductID:
type: string
x-nullable: true
CreatedByID:
type: string
x-nullable: true
CreatedDate:
type: string
x-nullable: true
LastModifiedByID:
type: string
x-nullable: true
LastModifiedDate:
type: string
x-nullable: true
ResearchProjectID:
type: string
x-nullable: true
TenantID:
type: string
x-nullable: true
type: object