{
  "portaShape": {
    "formatVersion": "0.1",
    "kind": "mvp-example",
    "id": "legacy.website-snapshot",
    "name": "Northstar Website Snapshot",
    "mvpStatus": "complete",
    "summary": "Legacy catalog fixture upgraded for MVP use: site.live_page to site.snapshot.",
    "sourceShape": {
      "id": "site.live_page",
      "sampleId": "site.live_page.sample",
      "variables": [
        {
          "id": "title",
          "label": "title",
          "value": "sample title",
          "authority": "source-snapshot"
        },
        {
          "id": "hero",
          "label": "hero",
          "value": "sample hero",
          "authority": "source-snapshot"
        },
        {
          "id": "links",
          "label": "links",
          "value": "sample links",
          "authority": "source-snapshot"
        }
      ]
    },
    "destinationShape": {
      "id": "site.snapshot",
      "sampleId": "site.snapshot.template",
      "variables": [
        {
          "id": "snapshotTitle",
          "label": "snapshotTitle",
          "proposedValue": "proposed snapshotTitle",
          "authority": "proposed-output"
        },
        {
          "id": "snapshotHero",
          "label": "snapshotHero",
          "proposedValue": "proposed snapshotHero",
          "authority": "proposed-output"
        },
        {
          "id": "snapshotLinks",
          "label": "snapshotLinks",
          "proposedValue": "proposed snapshotLinks",
          "authority": "proposed-output"
        }
      ]
    },
    "controls": [
      {
        "id": "control-review-mapping",
        "label": "Review mapping",
        "type": "mapping-inspector",
        "edits": [
          "mapping.sources",
          "mapping.operation",
          "destination.proposedValue"
        ]
      },
      {
        "id": "control-save-as-new-shape",
        "label": "Save as new shape",
        "type": "action",
        "writes": "artifact-library"
      }
    ],
    "mappings": [
      {
        "id": "map-website-snapshot-snapshottitle",
        "sources": [
          "title"
        ],
        "destination": "snapshotTitle",
        "operation": "snapshot",
        "editable": true,
        "confidence": 0.82
      },
      {
        "id": "map-website-snapshot-snapshothero",
        "sources": [
          "hero"
        ],
        "destination": "snapshotHero",
        "operation": "snapshot",
        "editable": false,
        "confidence": 0.82
      },
      {
        "id": "map-website-snapshot-snapshotlinks",
        "sources": [
          "links"
        ],
        "destination": "snapshotLinks",
        "operation": "snapshot",
        "editable": false,
        "confidence": 0.82
      }
    ],
    "preview": {
      "source": {
        "title": "sample title",
        "hero": "sample hero",
        "links": "sample links"
      },
      "proposed": {
        "snapshotTitle": "proposed snapshotTitle",
        "snapshotHero": "proposed snapshotHero",
        "snapshotLinks": "proposed snapshotLinks"
      },
      "destination": "site.snapshot"
    },
    "workflow": {
      "steps": [
        "import-source-shape",
        "inspect-variables",
        "map-values",
        "preview-transform",
        "validate-result",
        "save-as-new-shape",
        "export-posh-artifact"
      ]
    },
    "policy": {
      "requiresApproval": true,
      "checks": [
        "schema-valid",
        "authority-declared",
        "loss-reviewed",
        "provenance-recorded"
      ]
    },
    "snapshot": {
      "capturedAt": "2026-07-20T00:00:00Z",
      "sourceShape": "site.live_page",
      "destinationShape": "site.snapshot"
    },
    "runEvidence": {
      "status": "sample-passed",
      "assertions": [
        "all-required-destination-values-populated",
        "mapping-confidence-recorded",
        "export-contains-workflow-policy-snapshot-and-evidence"
      ]
    }
  }
}
