{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://w3id.org/moochub/4.0.0/schemas/credentialCategory.json",
  "title": "Credential category",
  "description": "A credential category from the European Digital Credentials credential vocabulary, represented as a restricted SKOS concept. The supported subset covers learning activities, higher-education diploma supplements, learning entitlements, and generic credentials.",
  "allOf": [
    {
      "$ref": "https://w3id.org/moochub/4.0.0/schemas/concept.json"
    },
    {
      "properties": {
        "id": {
          "enum": [
            "http://data.europa.eu/snb/credential/48b514e72a",
            "http://data.europa.eu/snb/credential/6dff8a0f87",
            "http://data.europa.eu/snb/credential/bdc47cb449",
            "http://data.europa.eu/snb/credential/e34929035b"
          ],
          "description": "The URI of the credential category in the European Digital Credentials vocabulary. The supported categories are: Lernaktivität (Learning Activity), Diplomzusatz (Diploma Supplement), Ansprüche auf Teilnahme an Bildungsmaßnahmen (Learning Entitlement), and Generisch (Generic)."
        },
        "inScheme": {
          "const": "http://data.europa.eu/snb/credential/25831c2",
          "description": "The European Digital Credentials credential vocabulary containing the category."
        }
      },
      "required": ["inScheme"]
    }
  ]
}
