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
|
// The full path of this industry, including Parent
|
||||||
Path string `json:"Path,omitempty"`
|
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
|
// The URL of the corresponding page on the CMS
|
||||||
SiteURL string `json:"SiteURL,omitempty"`
|
SiteURL string `json:"SiteURL,omitempty"`
|
||||||
|
|
||||||
|
|
|
@ -2435,6 +2435,9 @@ definitions:
|
||||||
Path:
|
Path:
|
||||||
description: The full path of this industry, including Parent
|
description: The full path of this industry, including Parent
|
||||||
type: string
|
type: string
|
||||||
|
ProductCategory:
|
||||||
|
description: Is this industry a Product Category?
|
||||||
|
type: boolean
|
||||||
SiteURL:
|
SiteURL:
|
||||||
description: The URL of the corresponding page on the CMS
|
description: The URL of the corresponding page on the CMS
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -2435,6 +2435,9 @@ definitions:
|
||||||
Path:
|
Path:
|
||||||
description: The full path of this industry, including Parent
|
description: The full path of this industry, including Parent
|
||||||
type: string
|
type: string
|
||||||
|
ProductCategory:
|
||||||
|
description: Is this industry a Product Category?
|
||||||
|
type: boolean
|
||||||
SiteURL:
|
SiteURL:
|
||||||
description: The URL of the corresponding page on the CMS
|
description: The URL of the corresponding page on the CMS
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in New Issue