{
  "portaShape": {
    "formatVersion": "0.1",
    "kind": "mvp-example",
    "id": "legacy.user-theme-option",
    "name": "User Theme Preference",
    "mvpStatus": "complete",
    "summary": "Legacy catalog fixture upgraded for MVP use: user.preference to app.settings.",
    "sourceShape": {
      "id": "user.preference",
      "sampleId": "user.preference.sample",
      "variables": [
        {
          "id": "theme",
          "label": "theme",
          "value": "sample theme",
          "authority": "source-snapshot"
        }
      ]
    },
    "destinationShape": {
      "id": "app.settings",
      "sampleId": "app.settings.template",
      "variables": [
        {
          "id": "colorScheme",
          "label": "colorScheme",
          "proposedValue": "proposed colorScheme",
          "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-user-theme-option-colorscheme",
        "sources": [
          "theme"
        ],
        "destination": "colorScheme",
        "operation": "translate",
        "editable": true,
        "confidence": 0.82
      }
    ],
    "preview": {
      "source": {
        "theme": "sample theme"
      },
      "proposed": {
        "colorScheme": "proposed colorScheme"
      },
      "destination": "app.settings"
    },
    "workflow": {
      "steps": [
        "import-source-shape",
        "inspect-variables",
        "map-values",
        "preview-transform",
        "validate-result",
        "save-as-new-shape",
        "export-posh-artifact"
      ]
    },
    "policy": {
      "requiresApproval": false,
      "checks": [
        "schema-valid",
        "authority-declared",
        "loss-reviewed",
        "provenance-recorded"
      ]
    },
    "snapshot": {
      "capturedAt": "2026-07-20T00:00:00Z",
      "sourceShape": "user.preference",
      "destinationShape": "app.settings"
    },
    "runEvidence": {
      "status": "sample-passed",
      "assertions": [
        "all-required-destination-values-populated",
        "mapping-confidence-recorded",
        "export-contains-workflow-policy-snapshot-and-evidence"
      ]
    }
  }
}
