diff --git a/api/sfgate/sfgate_models/industry.go b/api/sfgate/sfgate_models/industry.go index 7aa7757..cab9bfc 100644 --- a/api/sfgate/sfgate_models/industry.go +++ b/api/sfgate/sfgate_models/industry.go @@ -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"` diff --git a/swagger/external/sf-gate-vernonkeenan.yaml b/swagger/external/sf-gate-vernonkeenan.yaml index 997272a..061831f 100644 --- a/swagger/external/sf-gate-vernonkeenan.yaml +++ b/swagger/external/sf-gate-vernonkeenan.yaml @@ -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 diff --git a/swagger/sf-gate-vernonkeenan.yaml b/swagger/sf-gate-vernonkeenan.yaml index 741cdd4..dd3b4d3 100644 --- a/swagger/sf-gate-vernonkeenan.yaml +++ b/swagger/sf-gate-vernonkeenan.yaml @@ -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