{
  "agentsJson": "0.1.0",
  "info": {
    "title": "Daniel Sherratt portfolio",
    "version": "1.0.0",
    "description": "Daniel Sherratt is a Creative Director in London."
  },
  "sources": [
    {
      "id": "portfolio",
      "path": "/openapi.json"
    }
  ],
  "flows": [
    {
      "id": "read-portfolio",
      "title": "Read the portfolio",
      "description": "Fetch identity, contact details, and the numbered gallery list.",
      "steps": [
        {
          "id": "get-portfolio",
          "kind": "api",
          "source": "portfolio",
          "operationId": "getPortfolio"
        }
      ]
    }
  ]
}
