{
  "format": "TrailPaint Project (.trailpaint.json)",
  "description": "Hand-drawn trail map story format: numbered spots (景點), polyline routes, optional historical basemap overlays, and CC-attributed photos. Designed to be generated by LLMs and consumed by AI agents, and rendered by the TrailPaint Editor / Story Player.",
  "schemaVersion": "3.1",
  "supportedProjectVersions": [1, 2, 3, 4],
  "mediaType": "application/json",
  "fileExtension": ".trailpaint.json",
  "jsonSchema": "https://trailpaint.org/schemas/project-v3.schema.json",
  "jsonLdContext": {
    "@vocab": "https://schema.org/",
    "tp": "https://trailpaint.org/ns/v3/",
    "spots": "tp:Spot",
    "routes": "tp:Route",
    "overlay": "tp:OverlaySetting",
    "photoMeta": "tp:PhotoMeta",
    "photo_query": "tp:photoQuery",
    "scripture_refs": "tp:scriptureRefs",
    "iconId": "tp:iconId"
  },
  "vocabulary": "https://trailpaint.org/ns/v3/",
  "documentation": {
    "aiPrompt": "https://trailpaint.org/features/ai-prompt",
    "homepage": "https://trailpaint.org/",
    "repository": "https://github.com/notoriouslab/trailpaint"
  },
  "examples": [
    "https://trailpaint.org/stories/paul/first-journey.trailpaint.json",
    "https://trailpaint.org/stories/taiwan-missionaries/barclay.trailpaint.json",
    "https://trailpaint.org/stories/xuanzang/west.trailpaint.json"
  ],
  "editor": "https://trailpaint.org/app/",
  "player": "https://trailpaint.org/app/player/",
  "license": "GPL-3.0-or-later",
  "maintainer": {
    "name": "NotoriousLab",
    "url": "https://github.com/notoriouslab"
  }
}
