w3c / vc-extensions

Verifiable Credential Extensions
https://w3c.github.io/vc-extensions/
Other
12 stars 14 forks source link

Add PreconditionPolicy Terms of Use extension. #20

Closed MizukiSonoko closed 1 year ago

MizukiSonoko commented 1 year ago

Hello.

I created the PR as an extension of this discussion in this issue. https://github.com/w3c/vc-data-model/issues/1072 I will revise if there is anything that needs to be quasi-written, such as procedures, specification notations, preservation, etc. Thanks

Instructions for Pull Requests

I propose PreconditionPolicy to TermOfUse for working chain reaction revocation correctly.

Currently, there is no normalized specification for the type of TermsOfUse, and each Issuer can define it independently. However, there are some problem, such as

So, I propose PreconditionPolicy to TermOfUse for working chain reaction revocation correctly. I would appreciate your opinions.

Adding Your Specification

In order to add your specification to this directory, you must add a JSON file to the ./specifications directory.

Here is an example specification entry:

{
  "name": "Precondition Policy",
  "summary": "Terms of Use for Chain Reaction Revocation",
  "specification": "https://gist.github.com/MizukiSonoko/87a11fbcea64b13ccc6873fcbe14cd1a",
  "category": "termsOfUse",
  "maintainerEmail": "sonoko@mizuki.io",
  "maintainerName": "Taisei Igarashi",
  "maintainerWebsite": "https://mizuki.io"
}