okfKnownFrontmatterKeys top-level constant

Set<String> const okfKnownFrontmatterKeys

Frontmatter keys defined by OKF v0.2, including the v0.1 fallback key.

Implementation

const Set<String> okfKnownFrontmatterKeys = <String>{
  'type',
  'title',
  'description',
  'resource',
  'tags',
  'sources',
  'usage_window',
  'generated',
  'verified',
  'status',
  'stale_after',
  'runtime',
  'parameters',
  'computation',
  'executor',
  'attester',
  'timestamp',
};