@startuml hide empty methods class JsonRoot { +stores : Store[] +productCategories : ProductCategory[] +products : Product[] +offers : Offer[] } JsonRoot o--> Store JsonRoot o--> ProductCategory JsonRoot o--> Product JsonRoot o--> Offer class Store { +guid : String +name : String +address : String +zip : String +city: String } class ProductCategory { +guid : String +name : String } class Product { +guid : String +ean : Integer +name : String +description: String +added : DateTime +productCategory : ProductCategory } Product o--> ProductCategory class Offer { +guid : String +product: Product +store : Store +price : Number +lastUpdate : DateTime } Offer o--> Product Offer o--> Store @enduml
Decode URL
Submit
amiga
aws-orange
black-knight
bluegray
blueprint
cerulean-outline
cerulean
crt-amber
crt-green
cyborg-outline
cyborg
hacker
lightgray
mars
materia-outline
materia
metal
mimeograph
minty
plain
reddress-darkblue
reddress-darkgreen
reddress-darkorange
reddress-darkred
reddress-lightblue
reddress-lightgreen
reddress-lightorange
reddress-lightred
sandstone
silver
sketchy-outline
sketchy
spacelab
spacelab-white
superhero-outline
superhero
toy
united
vibrant
🎉 Discover the future PlantUML Web Editor! 🚀
PNG
SVG
ASCII Art