What's wrong?
The CredentialMessage refers to a schema that returns HTTP 404 [1].
|
"credentials": { |
|
"type": "array", |
|
"items": { |
|
"$ref": "https://w3id.org/dspace-dcp/v1.0/presentation/credential-message-schema.json#/definitions/CredentialContainer" |
|
} |
Why is this a bug?
Should either resolve properly via W3ID or point elsewhere. In this case, it should just point to the local CredentialContainer object
How could it be fixed?
Change reference.
More context
A fix wouldn't come into effect until a new bugfix release. We might want to just hardcode a new redirect in w3id.
What's wrong?
The
CredentialMessagerefers to a schema that returns HTTP 404 [1].decentralized-claims-protocol/artifacts/src/main/resources/issuance/credential-message-schema.json
Lines 18 to 22 in 74ae0a8
Why is this a bug?
Should either resolve properly via W3ID or point elsewhere. In this case, it should just point to the local
CredentialContainerobjectHow could it be fixed?
Change reference.
More context
A fix wouldn't come into effect until a new bugfix release. We might want to just hardcode a new redirect in w3id.