[
  {
    "code": "CAT001",
    "severity": "ERROR",
    "title": "Referenced dataset missing from catalog",
    "category": "catalog"
  },
  {
    "code": "CAT002",
    "severity": "ERROR",
    "title": "Catalog or IDCAMS not found message",
    "category": "catalog"
  },
  {
    "code": "CAT003",
    "severity": "WARNING",
    "title": "Dataset naming convention issue",
    "category": "governance"
  },
  {
    "code": "JCL001",
    "severity": "CRITICAL",
    "title": "Dangerous DELETE disposition on sensitive dataset",
    "category": "jcl"
  },
  {
    "code": "JCL002",
    "severity": "ERROR",
    "title": "NEW dataset without SPACE or SMS allocation",
    "category": "allocation"
  },
  {
    "code": "JCL003",
    "severity": "WARNING",
    "title": "Primary SPACE allocation appears small",
    "category": "allocation"
  },
  {
    "code": "JCL004",
    "severity": "WARNING",
    "title": "DISP=OLD or MOD on sensitive dataset",
    "category": "jcl"
  },
  {
    "code": "JCL005",
    "severity": "ERROR",
    "title": "IDCAMS DELETE on sensitive dataset",
    "category": "idcams"
  },
  {
    "code": "VSAM001",
    "severity": "WARNING",
    "title": "High VSAM CI split count",
    "category": "vsam"
  },
  {
    "code": "VSAM002",
    "severity": "WARNING",
    "title": "High VSAM CA split count",
    "category": "vsam"
  },
  {
    "code": "VSAM003",
    "severity": "WARNING",
    "title": "VSAM used percent appears high",
    "category": "vsam"
  },
  {
    "code": "GDG001",
    "severity": "WARNING",
    "title": "GDG base without generations",
    "category": "gdg"
  },
  {
    "code": "GDG002",
    "severity": "ERROR",
    "title": "GDG +1 reference without DISP=NEW",
    "category": "gdg"
  },
  {
    "code": "GDG003",
    "severity": "WARNING",
    "title": "GDG base limit may be too small",
    "category": "gdg"
  },
  {
    "code": "SEC001",
    "severity": "WARNING",
    "title": "Sensitive dataset referenced",
    "category": "security"
  },
  {
    "code": "SMS001",
    "severity": "WARNING",
    "title": "Output dataset without SMS class metadata",
    "category": "sms"
  },
  {
    "code": "EXP001",
    "severity": "WARNING",
    "title": "Expiration or retention policy unclear",
    "category": "governance"
  }
]