ProjectAgreementFinalizationMessage
projectIdstringrequired
Unique identifier of the project agreement
hashstringrequired
Hash of the finalized project agreement
signaturesobjectrequired
Signatures from all participants
offer object
Credential offer for the project agreement credential
issuerIdstringrequired
Possible values: Value must match regular expression ^did:[a-z0-9]+:.*
Example:
did:web:issuer.examplepreAuthorizedCodestringrequired
Example:
pre-auth-code-xyzcredentialTypestring[]required
Example:
["ExampleCredential"]ProjectAgreementFinalizationMessage
{
"projectId": "string",
"hash": "string",
"signatures": {},
"offer": {
"issuerId": "did:web:issuer.example",
"preAuthorizedCode": "pre-auth-code-xyz",
"credentialType": [
"ExampleCredential"
]
}
}