huridocs/uwazi

View on GitHub
app/api/utils/ajvSchemas.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
const ObjectIdAsString = {
  type: 'string',
  pattern: '^[0-9a-fA-F]{24}$',
};

export { ObjectIdAsString };