# Northwind Coffee Co. — sample YAML
company: Northwind Coffee Co.
founded: 2014
single_origin: true
locations:
  - city: Portland
    state: OR
    seats: 24
  - city: Austin
    state: TX
    seats: 40
menu:
  espresso:  { price: 3.00, shots: 2 }
  cortado:   { price: 3.75, shots: 2 }
  cold_brew: { price: 4.50, shots: ~ }
wholesale_partners:
  - Blue Door Bakery
  - Rivet & Roll
  - Green Fern Cafe
