-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'msporny-remove-webidl' of github.com:w3c/vc-data-model …
…into msporny-remove-webidl
- Loading branch information
Showing
19 changed files
with
3,875 additions
and
773 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
# Verifiable Claims Task Force | ||
|
||
Contributions to this repository are intended to become part of Recommendation-track documents | ||
governed by the [W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and | ||
[Document License](https://www.w3.org/Consortium/Legal/copyright-documents). To contribute, you must | ||
either participate in the relevant W3C Working Group or make a non-member patent licensing | ||
commitment. | ||
Contributions to this repository are intended to become part of Recommendation-track documents governed by the | ||
[W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and | ||
[Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). To make substantive contributions to specifications, you must either participate | ||
in the relevant W3C Working Group or make a non-member patent licensing commitment. | ||
|
||
If you are not the sole contributor to a contribution (pull request), please identify all | ||
contributors in the pull request's body or in subsequent comments. | ||
contributors in the pull request comment. | ||
|
||
To add a contributor (other than yourself, that's automatic), mark them one per line as follows: | ||
To add a contributor (other than yourself, that's automatic), mark them one per line as follows: | ||
|
||
``` | ||
+@github_username | ||
``` | ||
``` | ||
+@github_username | ||
``` | ||
|
||
If you added a contributor by mistake, you can remove them in a comment with: | ||
If you added a contributor by mistake, you can remove them in a comment with: | ||
|
||
``` | ||
-@github_username | ||
``` | ||
``` | ||
-@github_username | ||
``` | ||
|
||
If you are making a pull request on behalf of someone else but you had no part in designing the | ||
feature, you can remove yourself with the above syntax. | ||
If you are making a pull request on behalf of someone else but you had no part in designing the | ||
feature, you can remove yourself with the above syntax. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
All documents in this Repository are licensed by contributors under the [W3C Document | ||
License](https://www.w3.org/Consortium/Legal/copyright-documents). | ||
All documents in this Repository are licensed by contributors | ||
under the | ||
[W3C Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Verifiable Claims Data Model and Representations | ||
|
||
This specification describes a data model for a digital entity profile | ||
and a collection of digital entity credentials that assert verifiable | ||
claims about that entity profile. It also describes how to express | ||
that data model in JSON and JSON-LD. | ||
|
||
We encourage contributions meeting the [Contribution | ||
Guidelines](CONTRIBUTING.md). While we prefer the creation of issues | ||
and Pull Requests in the GitHub repository, discussions often occur | ||
on the | ||
[public-vc-wg](http://lists.w3.org/Archives/Public/public-vc-wg/) | ||
mailing list as well. |
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.