{
  "$id": "https://pivograph.com/schemas/project/index.json",
  "format": "pivograph-project",
  "description": "Catalog of PivoGraph project file (.pivograph) schema versions. Every listed version stays openable; files should reference the versioned JSON Schema URL in `$schema`, never a 'latest' alias.",
  "current": 1,
  "minimumSupported": 1,
  "docs": "https://pivograph.com/developers/project-format/",
  "versions": [
    {
      "schemaVersion": 1,
      "status": "current",
      "jsonSchema": "https://pivograph.com/schemas/project/v1.json",
      "spec": "https://pivograph.com/developers/project-format/v1/",
      "specMarkdown": "https://pivograph.com/developers/project-format/v1.md",
      "examples": "https://pivograph.com/schemas/project/v1/examples/"
    }
  ]
}
