{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://hogarmas.net/content-credentials/collection-evidence-package-profile.json",
  "title": "H/M Content Credentials Collection Evidence Package profile",
  "profile": "hm.content-credentials-collection-package.v1",
  "profileVersion": "1.0.0",
  "container": {
    "name": "BagIt",
    "version": "1.0",
    "reference": "https://www.rfc-editor.org/rfc/rfc8493"
  },
  "payloadDigest": "SHA-256",
  "provenanceSerialization": "W3C PROV-O JSON-LD",
  "c2paObservationVersion": "2.4",
  "sourceBatchSchema": "hm.content-credentials-batch.v2",
  "collectionIndexSchema": "hm.content-credentials-collection-index.v1",
  "requiredTagFiles": [
    "bagit.txt",
    "bag-info.txt",
    "manifest-sha256.txt",
    "tagmanifest-sha256.txt",
    "hm-collection-evidence-package.json",
    "README.txt"
  ],
  "requiredPayloads": [
    "data/collection-index.json",
    "data/collection-index.csv",
    "data/collection-summary.json",
    "data/provenance.jsonld",
    "data/collection-brief.md"
  ],
  "identifierModes": {
    "minimized": {
      "default": true,
      "sourceFileNamesIncluded": false,
      "sourceHashesIncluded": true,
      "sourceFilesIncluded": false,
      "fullReportsIncluded": false
    },
    "internal": {
      "default": false,
      "sourceFileNamesIncluded": true,
      "sourceHashesIncluded": true,
      "sourceFilesIncluded": false,
      "fullReportsIncluded": false
    }
  },
  "verification": {
    "browserLocal": true,
    "maximumPackageBytes": 52428800,
    "maximumCollectionFiles": 2000,
    "supportedCompressionMethod": "stored",
    "payloadManifestCoverageRequired": true,
    "tagManifestCoverageRequired": true,
    "collectionIndexVerificationRequired": true,
    "detachedSourceRehashSupported": false
  },
  "boundaries": {
    "officialC2paEvidencePackageStandard": false,
    "officialC2paCollectionDataHash": false,
    "packageDigitallySigned": false,
    "exporterIdentityAuthenticated": false,
    "maliciousRepackPrevented": false,
    "sourceAssetCustodyProven": false,
    "collectionCompletenessVerified": false,
    "semanticTruthProven": false,
    "authorshipProven": false,
    "aiAbsenceProven": false,
    "legalComplianceCertified": false,
    "privacyAnonymityGuaranteed": false
  }
}
