@startuml user package Domain { package Models { struct User { Login string IsActive bool } } } @enduml