credentialCategory constant

IriTerm const credentialCategory

credentialCategory [Expects: https://schema.org/DefinedTerm, https://schema.org/Text, https://schema.org/URL]

The category or type of credential being described, for example "degree”, “certificate”, “badge”, or more specific term.

Can be used on: https://schema.org/EducationalOccupationalCredential

Implementation

static const credentialCategory = IriTerm.prevalidated(
  'https://schema.org/credentialCategory',
);