Skip to main content
Version: v0.15.0

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.example
preAuthorizedCodestringrequired
Example: pre-auth-code-xyz
credentialTypestring[]required
Example: ["ExampleCredential"]
ProjectAgreementFinalizationMessage
{
"projectId": "string",
"hash": "string",
"signatures": {},
"offer": {
"issuerId": "did:web:issuer.example",
"preAuthorizedCode": "pre-auth-code-xyz",
"credentialType": [
"ExampleCredential"
]
}
}