{"id":15057801,"url":"https://github.com/w3c/vc-extensions","last_synced_at":"2025-10-19T23:32:17.686Z","repository":{"id":66937002,"uuid":"603558554","full_name":"w3c/vc-extensions","owner":"w3c","description":"Verifiable Credential Extensions","archived":false,"fork":false,"pushed_at":"2024-09-30T00:45:35.000Z","size":171,"stargazers_count":12,"open_issues_count":9,"forks_count":14,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-01-30T09:02:42.466Z","etag":null,"topics":["credentials","vc","vc-wg","verifiable","w3c"],"latest_commit_sha":null,"homepage":"https://w3c.github.io/vc-extensions/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w3c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-18T21:49:37.000Z","updated_at":"2024-09-30T00:45:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2525d3b-70a6-4713-bdfd-30a87d03e217","html_url":"https://github.com/w3c/vc-extensions","commit_stats":null,"previous_names":["w3c/vc-extensions","w3c/vc-specs-dir"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2Fvc-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2Fvc-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2Fvc-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2Fvc-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w3c","download_url":"https://codeload.github.com/w3c/vc-extensions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237228735,"owners_count":19275748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["credentials","vc","vc-wg","verifiable","w3c"],"created_at":"2024-09-24T22:12:15.023Z","updated_at":"2025-10-19T23:32:12.379Z","avatar_url":"https://github.com/w3c.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![W3C Logo](https://www.w3.org/Icons/w3c_home)\n\n[![Echidna Auto-publish](https://github.com/w3c/vc-specs-dir/actions/workflows/auto-publish.yml/badge.svg)](https://github.com/w3c/vc-specs-dir/actions/workflows/auto-publish.yml)\n\n# Verifiable Credential Extensions\n\nThis repository contains a list created by the\n[W3C Verifiable Credentials Working Group](https://www.w3.org/groups/wg/vc)\n(VC WG) for the purpose of discovering specifications known to exist in the\nVerifiable Credentials Ecosystem.\n\nAn Editor's Draft of this repository is available at\nhttps://w3c.github.io/vc-extensions/.\n\n## Adding New Entries to the List\n\nIn order to add a new specification to this list, you must add a JSON file\nto the [./specifications](./specifications) directory and\n[open a pull request](https://github.com/w3c/vc-extensions/pulls)\nto add the file to this repository.\n\nHere is an [example specification entry](https://w3c.github.io/vc-extensions/specifications/example.json):\n\n```jsonc\n{\n  // These fields are required\n  \"name\": \"Example VC\",\n  \"summary\": \"Used to demonstrate examples for Verifiable Credentials.\",\n  \"specification\": \"https://example.github.io/example-spec/\",\n  // categories include: vc, credentialStatus, credentialSchema,\n  //                     refreshService, termsOfUse, evidence, and proof\n  \"category\": \"vc\",\n  \"maintainerEmail\": \"maintainer@community.example\",\n  // These fields are optional\n  \"maintainerName\": \"Example Community Group\",\n  \"maintainerWebsite\": \"https://example.github.io/\",\n  // RDF vocabularies in yml2vocab format\n  \"vocabulary\": [\"https://example.github.io/vocabularies/example.yml\"]\n}\n```\n\nYour Pull Request will be automatically validated, please ensure\nthat all of the automated tests pass (no errors reported) or\nyour submission will not be reviewed. Common reasons for failed\nvalidation includes invalidly formatted JSON files and missing\nmandatory fields. There will be a checklist that you are expected\nto complete and attest to its accuracy. Once you submit your request,\nyour pull request will be reviewed by the directory maintainers. Changes\nregarding the required criteria may be requested. If there are no\nobjections or changes requested, your specification will be\nadded after a minimum of 7 days and a maximum of 30 days.\n\n## Adding Anything Else to this List\n\nUse the standard fork, branch, and pull request workflow to propose changes to\nthe directory. Please make branch names informative—by including the issue or\nbug number for example.\n\nEditorial changes that improve the readability of the directory or correct\nspelling or grammatical mistakes are welcome.\n\nNon-editorial changes MUST go through a review and approval process that is\n[detailed in the directory](https://w3c.github.io/vc-extensions/#the-management-process).\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md), about licensing contributions.\n\n## Code of Conduct\n\nW3C functions under a [code of conduct](https://www.w3.org/Consortium/cepc/).\n\n## VC Working Group Repositories\n\n- [W3C VC Working Group](https://www.w3.org/groups/wg/vc)\n- [W3C VC Use Cases](https://github.com/w3c/vc-use-cases)\n- [W3C VC Data Model](https://github.com/w3c/vc-data-model)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3c%2Fvc-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw3c%2Fvc-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3c%2Fvc-extensions/lists"}