EntityTagModel

  • entityId
    Type: stringFormat: uuid
    required

    Entity ID this tag belongs to (UUID)

  • id
    Type: stringFormat: uuid
    required

    Tag ID (UUID)

  • tags
    Type: array string[]
    required

    Array of category tag strings

  • createdAt
    Type: stringFormat: date-time

    Timestamp when tag was created

  • createdBy
    Type: stringFormat: uuid

    User ID who created the tag

  • deletedAt
    Type: stringFormat: date-time nullable

    Timestamp when tag was soft deleted

  • updatedAt
    Type: stringFormat: date-time

    Timestamp when tag was last updated

  • updatedBy
    Type: stringFormat: uuid

    User ID who last updated the tag