Skip to content

JSON Schema resolution error #270

@arnoweiss

Description

@arnoweiss

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriageall new issues awaiting classification

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions