{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://hogarmas.net/content-credentials/evidence-package-profile.json",
  "title": "H/M Content Credentials Evidence Package profile",
  "profile": "hm.content-credentials-evidence-package.v1",
  "profileVersion": "1.1.0",
  "container": {
    "name": "BagIt",
    "version": "1.0",
    "reference": "https://www.rfc-editor.org/rfc/rfc8493"
  },
  "payloadDigest": "SHA-256",
  "provenance": {
    "serialization": "W3C PROV-O JSON-LD",
    "reference": "https://www.w3.org/TR/prov-o/"
  },
  "requiredPayloads": [
    "data/report.json",
    "data/evidence-envelope.json",
    "data/provenance.jsonld"
  ],
  "optionalPayloads": [
    "data/provenance-timeline.json",
    "data/trust-diagnostics.json",
    "data/source/<sanitized-local-file-name>"
  ],
  "requiredTags": [
    "bagit.txt",
    "bag-info.txt",
    "manifest-sha256.txt",
    "tagmanifest-sha256.txt",
    "hm-evidence-package.json",
    "README.txt"
  ],
  "boundaries": {
    "officialC2paEvidencePackageStandard": false,
    "packageDigitallySigned": false,
    "exporterIdentityAuthenticated": false,
    "semanticTruthProven": false,
    "authorshipProven": false,
    "legalComplianceCertified": false,
    "completeCertificateChainExposed": false,
    "chronologyProven": false
  },
  "contracts": {
    "provenanceTimeline": "https://hogarmas.net/content-credentials/provenance-timeline-schema.json",
    "trustDiagnostics": "https://hogarmas.net/content-credentials/trust-diagnostics-schema.json"
  }
}
