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.
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 typeAnotherQueryType
, but the nesting is off. It also erroneously showscredentialQuery
inQueryByExample
using an array value because of this instead of properly using an object.