{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://w3id.org/moochub/4.0.0/schemas/credentialReference.json",
  "title": "Credential reference",
  "description": "A compact reference to another educational or occupational credential.",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "https://w3id.org/moochub/4.0.0/schemas/id.json"
    },
    "name": {
      "$ref": "https://w3id.org/kim/amb/20231019/schemas/localizedString.json"
    },
    "type": {
      "const": "EducationalOccupationalCredential"
    }
  },
  "required": ["id", "name", "type"]
}
