Skip to content

Commit

Permalink
Fixing model schema
Browse files Browse the repository at this point in the history
  • Loading branch information
davetaz committed Nov 21, 2024
1 parent d78b5c8 commit fa14f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/ValidationReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const validationReportSchema = new mongoose.Schema(
{
version: { type: String },
licence: { type: String },
hash: { type: String, unique: true },
hash: { type: String },
sourceDomain: { type: String },
schemaDomain: { type: String },
validationCount: { type: Number, default: 1 }, // Initialize validationCount
Expand Down

0 comments on commit fa14f9c

Please sign in to comment.