Skip to content

Commit

Permalink
fix: fix metadata references validation
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Jun 6, 2024
1 parent 99eeed3 commit 9d6c886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const cipStandardSchema: StandardSpecification = {
hashDigest: Joi.string().required(),
hashAlgorithm: Joi.string().required(),
}),
}).required(),
}),
),
}),
}),
Expand Down

0 comments on commit 9d6c886

Please sign in to comment.