{
  "name": "the-study-guild-open-data",
  "title": "The Study Guild open programme catalogue",
  "description": "Live programmes with public prices, duration, live hours and next cohort start dates. Prices come from content, never from the client.",
  "homepage": "https://thestudyguild.com/open-data",
  "version": "1.0.0",
  "license": "CC-BY-4.0",
  "contributors": [
    {
      "title": "The Study Guild Ltd",
      "role": "publisher"
    }
  ],
  "resources": [
    {
      "name": "programmes",
      "path": "programmes.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          { "name": "slug", "type": "string" },
          { "name": "title", "type": "string" },
          { "name": "category", "type": "string" },
          { "name": "price_gbp", "type": "integer" },
          { "name": "weeks", "type": "integer" },
          { "name": "live_hours", "type": "number" },
          { "name": "level", "type": "string" },
          { "name": "url", "type": "string", "format": "uri" }
        ]
      }
    }
  ]
}
