You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods outlined in the CCG verifier take in an object of the format: "verifiableCredential": {} currently the swagger on this repo is outlined correctly however the implementation expects a "credentials": {} object and breaks when a "verifiableCredential": {}" object is provided.
The text was updated successfully, but these errors were encountered:
this repo contains endpoints that are CCG conformant and ones that are not. they are labels as such...
the interop test suite is against the ccg endpoints, but our demos use the other ones, when they are equivalent.... or when we require functionality not defined in ccg.
The methods outlined in the CCG verifier take in an object of the format:
"verifiableCredential": {}
currently the swagger on this repo is outlined correctly however the implementation expects a"credentials": {}
object and breaks when a"verifiableCredential": {}"
object is provided.The text was updated successfully, but these errors were encountered: