Orie Steele

Results 1091 comments of Orie Steele

related: https://github.com/decentralized-identity/waci-presentation-exchange I also added the protocol section which covers some of this: https://w3c-ccg.github.io/universal-wallet-interop-spec/#protocol

Still ready for PR @nissimsan

We expect `id` to be required in all schemas for credentials defined by Trace Vocab... we cannot assert that for foreign credentials / GS1 Credentials, etc...

Next step is to identify any RDF Classes that we are currently defining related to finance, and see if FIBO is a better solution for them.

I love this idea, we have a similar issue with all types returned by a documentLoader. This will take some thought to sort out, but I will try and add...

We have a documentLoader pattern we use that looks like this: ``` export const getDocumentLoader = (wallet: UniversalWallet) => { return async (iri: string) =>{ if (iri in cached contexts){...

https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/Bonds/

@fkim7 please add an example if you are able.

### Credential Type ``` "type":[ "VerifiableCredential", "BankAccountCredential" ], ``` ### Credential Subject Type ``` "type":[ "BankAccount" ] ``` Seems like it would be pretty trivial to map these to yaml...

@fkim7 can you make any suggestion that we could use to drive this issue towards ready for PR? specifically any term definitions you think would be better served by another...