<?xml version="1.0" encoding="UTF-8"?>
<tasks xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="array">
  <task>
    <id type="integer">1001</id>
    <projectId type="integer">101</projectId>
    <assigneeId type="integer">1</assigneeId>
    <title type="string">Map &quot;quiet&quot; routes</title>
    <completed type="boolean">false</completed>
    <dueAt type="string">2025-08-15T12:00:00Z</dueAt>
    <estimateHours type="number">3.5</estimateHours>
    <labels type="array">
      <item type="string">research</item>
      <item type="string">ux</item>
    </labels>
  </task>
  <task>
    <id type="integer">1002</id>
    <projectId type="integer">101</projectId>
    <assigneeId xsi:nil="true"/>
    <title type="string">Escape &lt;markup&gt; &amp; entities</title>
    <completed type="boolean">true</completed>
    <dueAt xsi:nil="true"/>
    <estimateHours type="number">0</estimateHours>
    <labels type="array"/>
  </task>
  <task>
    <id type="integer">1003</id>
    <projectId type="integer">102</projectId>
    <assigneeId type="integer">3</assigneeId>
    <title type="string">Review café coordinates</title>
    <completed type="boolean">true</completed>
    <dueAt type="string">2025-03-20T08:45:00+01:00</dueAt>
    <estimateHours type="number">1.25</estimateHours>
    <labels type="array">
      <item type="string">review</item>
    </labels>
  </task>
</tasks>
