mirror of https://github.com/vernonkeenan/lib
34 lines
816 B
YAML
34 lines
816 B
YAML
IndustryProduct:
|
|
description: Junction object between Industry and CompanyProduct
|
|
properties:
|
|
CompanyProduct:
|
|
$ref: "./company-product.yaml#/CompanyProduct"
|
|
CompanyProductID:
|
|
type: string
|
|
x-nullable: true
|
|
CreatedByID:
|
|
description: Created By User ID
|
|
type: string
|
|
x-nullable: true
|
|
CreatedDate:
|
|
description: Created Date
|
|
type: string
|
|
x-nullable: true
|
|
ID:
|
|
description: Record Id
|
|
type: string
|
|
Industry:
|
|
$ref: "./industry.yaml#/Industry"
|
|
IndustryID:
|
|
type: string
|
|
x-nullable: true
|
|
LastModifiedByID:
|
|
description: Last Modified By User ID
|
|
type: string
|
|
x-nullable: true
|
|
LastModifiedDate:
|
|
description: Last Modified Date
|
|
type: string
|
|
x-nullable: true
|
|
type: object
|