puml286 B
PlantUML Sequence Diagram
A PlantUML sequence diagram of an order interaction (customer, store, warehouse) as diagrams-as-code — for testing PlantUML parsing and diagram rendering pipelines.
Preview — first 13 linespuml
@startuml
actor Customer
participant Store
participant Warehouse
Customer -> Store : Place order
Store -> Warehouse : Request pick
Warehouse --> Store : Confirm stock
Store --> Customer : Order confirmed
Store -> Warehouse : Ship
Warehouse --> Customer : Delivered
@enduml
Specifications
- Format
- PlantUML
- Diagram
- sequence
- Participants
- 3
What is a .puml file?
A PUML file contains a PlantUML diagram written as text — sequence, class, use-case, activity, and other UML diagrams described in a compact syntax that PlantUML renders to an image. It is a popular diagrams-as-code format.
How to use this file
Use an example PlantUML file to test diagram rendering and parsing, and PlantUML-to-image conversion in documentation pipelines.
Related files
- ipynbJupyter Notebook (IPYNB)A valid Jupyter notebook (nbformat 4.5) with markdown cells, code cells, and real outputs (stdout stream and an execute result) — for testing notebook parsers, nbconvert, and JSON tooling.
- jwtSample JWT (HS256)A sample JSON Web Token (JWT) signed with HS256 using a published example secret — verifiable but powerless — for testing JWT decoders and validators. Sample only, never for production. Paired with its decoded claims.
- svgAnimated Spinner (SVG)An animated loading spinner using SMIL (animateTransform) — a self-contained animated SVG for testing whether a renderer or converter handles SVG animation, and how it rasterises an animated frame.
- svgBar Chart (SVG)A bar chart drawn as vector SVG — axis, gridlines, labelled bars — the scalable counterpart to the raster chart images, for testing SVG chart rendering and vector conversion.
- svgFlat Illustration (SVG)A flat vector landscape — gradient sky, sun, layered hills, and trees built from bezier paths — a richer SVG for testing gradient and path rendering, thumbnailing, and vector conversion.
- svgLogo (SVG)A generic sample brand logo as scalable vector graphics — a gradient mark plus a wordmark — for testing SVG rendering, rasterisation, and vector-to-raster conversion. Opens in the in-browser editor.
Generated by generation/data_dev_artifacts.py. Free for any use, no attribution required — license.