Module
Model.Provider
- Package
- purescript-stac
- Repository
- jisantuc/purescript-stac
#StacProviderRole Source
data StacProviderRole
A ProviderRole
indicates what a provider was responsible for in
the provenance of some data.
Constructors
Instances
#StacProvider Source
type StacProvider = { description :: Maybe String, name :: String, roles :: Array StacProviderRole, url :: Maybe String }
A StacProvider
indicates the name and responsibilities of entities
responsible for some piece of the data's provenance. More information
can be found in the STAC specification.