EntityNoteModel

  • entityId
    Type: stringFormat: uuid
    required

    Entity ID this note belongs to (UUID)

  • id
    Type: stringFormat: uuid
    required

    Note ID (UUID)

  • note
    Type: string
    required

    The note content

  • createdAt
    Type: stringFormat: date-time

    Timestamp when note was created

  • createdBy
    Type: stringFormat: uuid

    User ID who created the note

  • deletedAt
    Type: stringFormat: date-time nullable

    Timestamp when note was soft deleted

  • updatedAt
    Type: stringFormat: date-time

    Timestamp when note was last updated

  • updatedBy
    Type: stringFormat: uuid

    User ID who last updated the note