-
Notifications
You must be signed in to change notification settings - Fork 124
add issuer and issuanceDate to examples #805
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
Conversation
Co-authored-by: Brent Zundel <brent.zundel@gmail.com>
Co-authored-by: Brent Zundel <brent.zundel@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make all issuanceDate
values date strings instead of datetime strings
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please squash merge so the history doesn't get a bunch of commits w/ the same commit message (there's something strange going on w/ the commits in this PR). We try to keep commit history very clean and linear (never merge commit, always either squash (like for this PR) or ideally, rebase and merge (to create a linear history).
There was a bunch of suggestions here and copy-pasted the commit message titles based on what was in the suggestion which is why they all look the same. I plan to squash them, and clean up the commit messages in the commit message body making sure that all co-authors are kept. |
The issue was discussed in a meeting on 2021-09-08
View the transcript3.3. add issuer and issuanceDate to examples (pr vc-data-model#805)See github pull request #805. Brent Zundel: Moving on to PR 805 David Chadwick: I agree with it. I've also raised a separate issue. It's part of the Credential and Verifiable Credential issue. |
Editorial, multiple positive reviews, changes requested and made, no objections, merging. |
There's a linked issue with the Errata label, removing the Errata and Editorial labels from the PR |
closes #729
Originally it was pointed out that only the
issuer
should be added to this example. However, in order to remain consistent with all examples including all the require properties I addedissuanceDate
as well since it's also a required property.Preview | Diff