|
|
|
+ _id: { type: String, min: 17, max: 17, unique: true, index: true, required: true },
|
|
displayName: { type: String, min: 2, max: 32, required: true },
|
|
displayName: { type: String, min: 2, max: 32, required: true },
|
|
createdBy: { type: String, required: true },
|
|
createdBy: { type: String, required: true },
|