Orie Steele
Orie Steele
> 2.0 It removes a developer's ability to easily use JSON Schema to check well-formed-ness. I don't understand how this is the case, I assume you mean using JSON-Schema to...
@dlongley https://identity.foundation/secure-data-store/#datavaultconfiguration https://github.com/digitalbazaar/edv-client/blob/master/tests/MockHmac.js#L6 How to represent the hmac key in JSON (in some ways related to the KeyPair vs VerificationKey debate)... IMO, JSON-LD can and should be used for describing...
Perhaps support for hmac / symmetic keys should be defined in JSON-LD as well... see https://transmute-industries.github.io/universal-wallet/#Key
@ChristopherA would love your help with this.
Implemented CI, there are still no tests and no lint.
There are now lint settings... In a way the did core registries tests also use these... its a bit odd to think of testing vocabulary....the main thing to test would...
@kimdhamilton @ChristopherA this issue should be updated.
Can we use CURL-like examples to be a bit clearer about what we mean here? I think this is what is being proposed: ``` POST /presentations --content-type application/vp+ld+json+jwt { ...body...
After some discussion with @mkhraisha perhaps we can make it clearer that this API does not mutate state, but provides validation results that might be useful when determining if a...
Typically POST is used to create resources, GET is used retrieve them... The resource you are retrieving is validation results. A resource is a URL including query string. I suppose...