-
Notifications
You must be signed in to change notification settings - Fork 18
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
Expand README with warning about additional properties & contexts. #67
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Ted Thibodeau Jr <[email protected]>
and supported VC Data Model versions. Endpoints in most cases should: be VC-API capable; be able to sign and/or | ||
verify using `did:key`; and be able to resolve the following contexts: |
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.
and supported VC Data Model versions. Endpoints in most cases should: be VC-API capable; be able to sign and/or | |
verify using `did:key`; and be able to resolve the following contexts: | |
and supported VC Data Model versions. Endpoints in most cases should: be test suite API | |
capable; be able to sign and/or verify using `did:key`; and be support the following contexts: |
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.
Clarifying the use of "test suite API" and using "support" for contexts rather than "resolve" as implementations should be caching those contexts based on the specs anyhow (and not constantly resolve them).
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.
Starts with @BigBlueHat's suggestion, and improves language from there.
and supported VC Data Model versions. Endpoints in most cases should: be VC-API capable; be able to sign and/or | |
verify using `did:key`; and be able to resolve the following contexts: | |
and supported VC Data Model versions. In most cases, endpoints are expected to: be capable | |
of using the test suite API; be capable of signing and/or verifying using `did:key`; and support the following contexts: |
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.
@BigBlueHat I think we should take @TallTed 's suggestion and get this PR in. Opinions?
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.
@aljones15 yes. Please add it.
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.
Once @TallTed's changes are in, this is good to go.
Improves the README by making implementers aware of test suite specific properties, endpoints, tags, and contexts.