decentralized-identity / decentralized-identity/jwt-vc-presentation-profile

schema uri in example using a string

Open
#64 5 comments 0 reactions 0 assignees View on GitHub
discussion
Dominant language
HTML
Stars
15
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Our Presentation Exchange library conforms to PE v1. In our library we are enforcing that a schema URI is a valid URI according to https://identity.foundation/presentation-exchange/spec/v1.0.0/#input-descriptor-object

In this profile an example is however given where the URI is the string at https://identity.foundation/jwt-vc-presentation-profile/#requesting-verifiable-credentials

The example:
````json
"schema": [
{
"uri": "InteropExampleVC"
}
]
````

Is this on purpose or is this an error in the example? If a simple string is allowed in the profile, it for sure needs to be mentioned. I do not see how a string would work for a location where an actual schema is supposed to be found though

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.