{
  "sample_version": "1.0",
  "synthetic": true,
  "notice": "Fictional workflow fixture. Not clinical content, a licensed corpus, or a production API response.",
  "entries": [
    {
      "id": "EXAMPLE-001",
      "title": "Reference catalog entry A",
      "source": {
        "id": "SOURCE-A",
        "citation": "Fictional reference record A — created for this example",
        "provenance": "Synthetic metadata authored for the MedicalLibrary public evaluation sample"
      },
      "review": {
        "status": "approved",
        "decision": "Metadata fields checked for this fictional example",
        "reviewer": "Example reviewer"
      },
      "publication": {
        "status": "published",
        "version": 1
      },
      "content": {
        "summary": "A fictional catalog record demonstrating a source, a review decision and a published version."
      }
    },
    {
      "id": "EXAMPLE-002",
      "title": "Reference catalog entry B",
      "source": {
        "id": "SOURCE-B",
        "citation": "Fictional reference record B — created for this example",
        "provenance": "Synthetic metadata authored for the MedicalLibrary public evaluation sample"
      },
      "review": {
        "status": "needs_revision",
        "decision": "A source locator would need clarification before approval",
        "reviewer": "Example reviewer"
      },
      "publication": {
        "status": "not_published",
        "version": null
      },
      "content": {
        "summary": "A fictional record illustrating a review that has not reached publication."
      }
    },
    {
      "id": "EXAMPLE-003",
      "title": "Reference catalog entry C",
      "source": {
        "id": "SOURCE-C",
        "citation": "Fictional reference record C — created for this example",
        "provenance": "Synthetic metadata authored for the MedicalLibrary public evaluation sample"
      },
      "review": {
        "status": "pending",
        "decision": null,
        "reviewer": null
      },
      "publication": {
        "status": "not_published",
        "version": null
      },
      "content": {
        "summary": "A fictional record illustrating work that still awaits a reviewer decision."
      }
    }
  ]
}
