w3c-ccg / vp-request-spec

Specification for a query language to request Verifiable Presentations from wallets etc.
https://w3c-ccg.github.io/vp-request-spec/
Other
9 stars 3 forks source link

Example 2 is incorrect #21

Closed dlongley closed 1 year ago

dlongley commented 1 year ago

https://w3c-ccg.github.io/vp-request-spec/#example-a-query-by-example-query

The example is meant to show two different queries, one of type QueryByExample and one of type AnotherQueryType, but the nesting is off. It also erroneously shows credentialQuery in QueryByExample using an array value because of this instead of properly using an object.

dlongley commented 1 year ago

Addressed by #25.