gs1 / VC-Data-Model

Apache License 2.0
3 stars 1 forks source link

Credential Types Missing from JSON-LD Files #2

Closed tsnyder-gs1us closed 1 year ago

tsnyder-gs1us commented 1 year ago

In the sample GS1 Credentials there are a couple out of date credentials type references.

VerifiedByGS1DataCredential is used in the Verified By GS1 Data Credential sample. This type does not exist in any of the GS1 JSON-LD files. There is a GS1VerifiedByGS1TradeItemDataCredential type in the trade item context.

DelegationCredential is used in the Delegation Credential sample. This type does not exist in any of the GS1 JSON-LD files. There is a GS1DelegationCredential type in the Declaration Context.

KDean-GS1 commented 1 year ago

Examples have been updated in the private document. Please confirm that they now work as expected and can be deployed in the public document.

Note: Because of the overloading of "delegation", what was previously DelegationCredential is now AuthorizationCredential.

tsnyder-gs1us commented 1 year ago

Verified CompanyPrefix, Key and OrganizationDataCredential are working.