Data Model
A small reference table to test that Atlas renders Markdown tables consistently.
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | UUID v7 |
customerId | string | yes | Foreign key to Customer |
total | number | yes | In cents, no decimals |
status | enum | yes | pending / paid / refunded |
metadata | object | no | Free-form, not validated server-side |
Atlas should render the table with subtle row-zebra striping. If rows are unstyled, the pack didn’t load its CSS.