mirror of https://github.com/vernonkeenan/lib
parent
6f803abd96
commit
0220de3b36
|
@ -68,6 +68,9 @@ type Industry struct {
|
|||
// The full path of this industry, including Parent
|
||||
Path string `json:"Path,omitempty"`
|
||||
|
||||
// Is this industry a Product Category?
|
||||
ProductCategory bool `json:"ProductCategory,omitempty"`
|
||||
|
||||
// The URL of the corresponding page on the CMS
|
||||
SiteURL string `json:"SiteURL,omitempty"`
|
||||
|
||||
|
|
|
@ -2435,6 +2435,9 @@ definitions:
|
|||
Path:
|
||||
description: The full path of this industry, including Parent
|
||||
type: string
|
||||
ProductCategory:
|
||||
description: Is this industry a Product Category?
|
||||
type: boolean
|
||||
SiteURL:
|
||||
description: The URL of the corresponding page on the CMS
|
||||
type: string
|
||||
|
|
|
@ -2435,6 +2435,9 @@ definitions:
|
|||
Path:
|
||||
description: The full path of this industry, including Parent
|
||||
type: string
|
||||
ProductCategory:
|
||||
description: Is this industry a Product Category?
|
||||
type: boolean
|
||||
SiteURL:
|
||||
description: The URL of the corresponding page on the CMS
|
||||
type: string
|
||||
|
|
Loading…
Reference in New Issue