EntityTagWithDetails

    • 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

    • creatorName
      Type: string nullable

      Full name of the user who created the tag

    • deletedAt
      Type: stringFormat: date-time nullable

      Timestamp when tag was soft deleted

    • entityName
      Type: string nullable

      Name of the entity

    • updatedAt
      Type: stringFormat: date-time

      Timestamp when tag was last updated

    • updatedBy
      Type: stringFormat: uuid

      User ID who last updated the tag

    • updaterName
      Type: string nullable

      Full name of the user who last updated the tag