SHAR Production
← All recipes

Executable workflow

Archive Readiness

Requires master, manifest, checksum and rights record.

Successful run result

{
  "input": {
    "synthetic": true,
    "master": true,
    "manifest": true,
    "checksum": true,
    "rights_record": true,
    "duplicate_paths": 0
  },
  "result": {
    "pass": true,
    "issues": [],
    "metrics": {}
  }
}

Rejected run result

{
  "input": {
    "synthetic": true,
    "master": true,
    "manifest": false,
    "checksum": false,
    "rights_record": false,
    "duplicate_paths": 3
  },
  "result": {
    "pass": false,
    "issues": [
      "missing:manifest",
      "missing:checksum",
      "missing:rights_record",
      "duplicate_paths"
    ],
    "metrics": {}
  }
}

SHAR Production · sharprod.com