packages feed

okf-core-0.2.0.0: dhall/FrontmatterRules.dhall

--| Canonical schema for a profile's frontmatter expectations.
--
-- Mirrors the `FrontmatterRules` decoder in `okf-core/src/Okf/Profile.hs`.
{ required : List Text
, recommended : List Text
}