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