Orie Steele

Results 972 comments of Orie Steele

I like these example... and in this context, the use of CURIEs.

I made this a few weekends back: https://github.com/transmute-industries/jsonld-to-cypher It has something related internally here: https://github.com/transmute-industries/jsonld-to-cypher/blob/main/src/utils.js#L30

A single file that can define both security constraints and semantics is useful. However, it may very well be outside the capabilities or interest of this group... This is the...

I do see a use case for YAML-LD for both VCs and DIDs... I have worked on YAML-LD type things for DIDs... For example: https://github.com/transmute-industries/did-core/blob/main/packages/did-yaml/src/__fixtures__/did-yaml/example-2.yml Per the poor decisions of...

The structure of this BOL schema is an artifact of building JSON-LD from JSON schema... I think we've learned enough from this experiment to confirm, it's not a good approach....

In SCITT, we did something similar. When x5t is present, check for x5c (could be in unprotected header in cose). We did not require a specific SAN to match the...

Are you saying either `kid` is present or `x5t` is present?

Allowing none URI values is probably more in keeping with JWT.

Requirements should be relaxed in specifications, and strengthened in profiles... HAIP is for sure a profile, but it appears that sd-jwt-vc is also a profile, if haip depends on sd-jwt-vc...

Seems like the JSON could use the media type registrations, and not introduce new json members, like `jwt`, when you really mean `application/jwt` or `application/vc+jwt`, etc...