This defines an Item as a Community in ScienceBase-Catalog and is best managed using the edit form in ScienceBase-Catalog
Properties
Property | Type | Description | Example |
---|---|---|---|
className | String | discriminator used by the system to identity the extension type | "gov.sciencebase.catalog.item.facet.CommunityFacet" |
abbreviatedName | String | The abbreviated, short name for the community | "FRESC" |
savedSearches | List<CommunitySavedSearch> | an list of savedSearch Objects which provide a list of bookmarked queries listed in the community navigation menu. | [ { description: "", name: "BaselineSynthesis", title: "Baseline Synthesis Projects", uri: "?q=&filter0=parentId%3D4f4e4a81e4b07f02db649efb&community=WLCI" }, { description: "", name: "DataManagementProjects", title: "Data Management Projects", uri: "?q=&filter=tags%3DData+Management&community=WLCI" } ] |
vocabCategoryId | String, BSON ID | The ID of a folder (or vocabulary) in ScienceBase Vocab for the community | |
bannerType | String (from list) | The type of layout to be used for the community - mainly the header. "DEFAULT" - the standard ScienceBase layout "USGS" for the (old) USGS Viz ID. "FULL" aka "Top Banner (non-USGS) - layout with the option for a custom header graphic "CUSTOM" - deprecated | "USGS" |
backgroundImageUrl | String, URL with https | URL for the image used as a banner (or color band). The URL must use the HTTPS protocol to match the security of sciencebase.gov | https://my.usgs.gov/static-cache/images/banners/webbanner42.jpg |
backgroundColor | String, HTML Hex Color | the color for the background of header/banner | #364d44 |
usgsTitle | String | The text for the title in the USGS Viz ID layout | "USGS Forest and Rangeland Ecosystem Science Center" |
usgsTitleColor | String, HTML Hex Color | The color of the title text in the USGS Viz ID layout | #eee5d2 |
usgsTitleBackgroundColor | String, HTML Hex Color | The color of the background for the title in the USGS Viz ID layout | #927b63 |
template | Deprecated | Deprecated |
Example
{ savedSearches: [ ], template: "", backgroundColor: "#364d44", bannerType: "USGS", vocabCategoryId: "", usgsTitle: "USGS Forest and Rangeland Ecosystem Science Center", usgsTitleColor: "#eee5d2", usgsTitleBackgroundColor: "#927b63", abbreviatedName: "", backgroundImageUrl: "https://my.usgs.gov/static-cache/images/banners/FRESC_banner.jpg", className: "gov.sciencebase.catalog.item.facet.CommunityFacet" }