fix sf-gate industryprodut

v0.4.0 v0.4.0
Vernon Keenan 2023-04-08 03:04:13 +00:00
parent 6f803abd96
commit 0220de3b36
3 changed files with 9 additions and 0 deletions

View File

@ -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"`

View File

@ -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

View File

@ -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