Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guidance on when to use each type #190

Merged
merged 4 commits into from
Aug 3, 2023
Merged

Add guidance on when to use each type #190

merged 4 commits into from
Aug 3, 2023

Conversation

decentralgabe
Copy link
Collaborator

@decentralgabe decentralgabe commented Aug 1, 2023

fix #173


Preview | Diff

index.html Outdated Show resolved Hide resolved
<li>Who is the author of this schema? (provided by the <code>issuer</code> property)</li>
<li>Why should the author be trusted for providing this schema? (provided by the <code>evidence</code> property)</li>
<li>Is it schema still in use? (provided by the <code>validFrom</code>, <code>validUntil</code>, and <code>credentialStatus</code> properties)</li>
<li>Has the schema been tampered with? (provided by [[VC-DATA-INTEGRITY]] or [[VC-JWT]])</li>
Copy link
Collaborator

@OR13 OR13 Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to refer to the vc specs dir directly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here? https://w3c.github.io/vc-specs-dir/#proof

I don't see vc-cose-jose

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because this has not been merged: w3c/vc-extensions#14

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be nice to have a single 'securing mechanism' section but I understand why it's not like that

as an alternative could wait until #191 is merged and then link here to the new content integrity protection section

index.html Outdated
leverage features of the [[VC-DATA-MODEL-2]], answering questions such as:
<ul>
<li>Who is the author of this schema? (provided by the <code>issuer</code> property)</li>
<li>Why should the author be trusted for providing this schema? (provided by the <code>evidence</code> property)</li>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have an example of using evidence for this?
If not, please remove the evidence link.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

index.html Outdated
<ul>
<li>Who is the author of this schema? (provided by the <code>issuer</code> property)</li>
<li>Why should the author be trusted for providing this schema? (provided by the <code>evidence</code> property)</li>
<li>Is it schema still in use? (provided by the <code>validFrom</code>, <code>validUntil</code>, and <code>credentialStatus</code> properties)</li>
Copy link
Collaborator

@OR13 OR13 Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<li>Is it schema still in use? (provided by the <code>validFrom</code>, <code>validUntil</code>, and <code>credentialStatus</code> properties)</li>
<li>Is this schema still valid? (provided by the <code>validFrom</code>, <code>validUntil</code>, and <code>credentialStatus</code> properties)</li>

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Collaborator

@OR13 OR13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming some version of change suggestions are applied

@decentralgabe decentralgabe merged commit d3d0f16 into main Aug 3, 2023
@decentralgabe decentralgabe deleted the issue-173 branch August 3, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add text to clarify when to use JsonSchema2023 over CredentialSchema2023
3 participants