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

Expand README with warning about additional properties & contexts. #67

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aljones15
Copy link
Collaborator

@aljones15 aljones15 commented Oct 9, 2024

Improves the README by making implementers aware of test suite specific properties, endpoints, tags, and contexts.

@aljones15 aljones15 self-assigned this Oct 9, 2024
README.md Outdated Show resolved Hide resolved
Comment on lines +107 to +108
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:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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:

Copy link
Member

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).

Copy link
Member

@TallTed TallTed Oct 22, 2024

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.

Suggested change
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:

Copy link
Collaborator Author

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?

Copy link
Member

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.

@aljones15 aljones15 marked this pull request as ready for review October 23, 2024 20:23
@BigBlueHat BigBlueHat self-requested a review November 14, 2024 20:42
Copy link
Member

@BigBlueHat BigBlueHat left a 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.

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.

3 participants