Module
Model.Link
- Package
- purescript-stac
- Repository
- jisantuc/purescript-stac
#StacLink Source
newtype StacLink
Links from one STAC entity to somewhere else. "Somewhere else" can be another STAC entity, for example, a collection linking to a child catalog or an item, or to somewhere else entirely, for example an item could link to a specially formatted metadata file. See the STAC specification
Constructors
StacLink { _type :: Maybe String, extensionFields :: Object Json, href :: String, rel :: StacLinkType, title :: Maybe String }