EntityNoteModel
- entityType: stringFormat: uuid
Id requiredEntity ID this note belongs to (UUID)
- idType: stringFormat: uuidrequired
Note ID (UUID)
- noteType: stringrequired
The note content
- createdType: stringFormat: date-time
At Timestamp when note was created
- createdType: stringFormat: uuid
By User ID who created the note
- deletedType: stringFormat: date-time nullable
At Timestamp when note was soft deleted
- updatedType: stringFormat: date-time
At Timestamp when note was last updated
- updatedType: stringFormat: uuid
By User ID who last updated the note
.png)