{
  "id": "chain-of-responsibility",
  "name": "Chain of Responsibility",
  "category": "Behavioral",
  "description": "Passes a request along a chain of handlers until one of them handles it, decoupling sender from receiver.",
  "url": "https://gratisapi.com/api/design-patterns/chain-of-responsibility"
}
