Giter Club home page Giter Club logo

vc-overview's Introduction

VC Overview Document

This Note provides an overview of Verifiable Credentials Recommendations as published by the Verifiable Credentials Working Group at the W3D.

We encourage contributions meeting the Contribution Guidelines. While we prefer the creation of issues and Pull Requests in the GitHub repository, discussions also occur on the public-vc-wg mailing list.

Verifiable Credentials Working Group

Process Overview for VC Data Model Pull Requests

  1. Anyone can open a PR on the repository.
  2. Once a PR is opened, it will be reviewed by the Editors and other WG Members.
  3. The W3C CCG is automatically notified of PRs as they are raised and discussed.
  4. PRs are usually merged in 7 days if there is adequate review and consensus, as determined by the Chairs and Editors.

vc-overview's People

Contributors

iherman avatar mkhraisha avatar davidlehn avatar

Stargazers

Filip avatar Shigeya Suzuki avatar

Watchers

Manu Sporny avatar  avatar Dave Longley avatar Joe Andrieu avatar Marty Reed avatar  avatar Dmitri Zagidulin avatar Greg Bernstein avatar Ted Thibodeau Jr avatar Mike Prorock avatar Phil Archer avatar Michael B. Jones avatar Orie Steele avatar  avatar Sebastian Crane avatar

vc-overview's Issues

credential extensions under credential subject

https://w3c.github.io/vc-overview/#base_example_jwt_unencoded

credentialSchema as a property of credential subject, instead of a top level property:

{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://www.example.org/vocabs/alumni"
  ],
  "id": "https://university.example/Credential123",
  "type": ["VerifiableCredential", "ExampleAlumniCredential"],
  "issuer": "did:example:2g55q912ec3476eba2l9812ecbfe",
  "validFrom": "2010-01-01T00:00:00Z",
  "credentialSubject": {
    "id": "https://www.example.org/persons/pat",
    "name": "Pat",
    "alumniOf": {
      "id": "did:example:c276e12ec21ebfeb1f712ebc6f1",
      "name": "Example University"
    },
    "credentialSchema": {
      "id": "https://university.example/Credential123-schema-credential",
      "type": "JsonSchemaCredential"
    }
  }
}

Intentional or bug?

Follow up:

{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://www.example.org/vocabs/alumni"
  ],
  "id": "https://university.example/Credential123",
  "type": ["VerifiableCredential", "ExampleAlumniCredential"],
  "issuer": "did:example:2g55q912ec3476eba2l9812ecbfe",
  "validFrom": "2010-01-01T00:00:00Z",
  "credentialSubject": {
    "id": "https://www.example.org/persons/pat",
    "name": "Pat",
    "alumniOf": {
      "id": "did:example:c276e12ec21ebfeb1f712ebc6f1",
      "name": "Example University"
    },
    "issuer": "did:example:2g55q912ec3476eba2l9812ecbfe", // would this be ok?
    "credentialSchema": {
      "id": "https://university.example/Credential123-schema-credential",
      "type": "JsonSchemaCredential"
    }
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.