Skip to content

Commit 4c057a9

Browse files
Add VC Data Model 2 to Web Specs (#1187)
needed for w3c/respec#4522 Will add the following entry: ``` { "url": "https://www.w3.org/TR/vc-data-model-2.0/", "seriesComposition": "full", "shortname": "vc-data-model-2.0", "series": { "shortname": "vc-data-model", "currentSpecification": "vc-data-model-2.0", "title": "Verifiable Credentials Data Model", "shortTitle": "Verifiable Credentials Data Model", "releaseUrl": "https://www.w3.org/TR/vc-data-model/", "nightlyUrl": "https://w3c.github.io/vc-data-model/" }, "seriesVersion": "2.0", "categories": [], "organization": "W3C", "groups": [ { "name": "Verifiable Credentials Working Group", "url": "https://www.w3.org/2017/vc/" } ], "release": { "url": "https://www.w3.org/TR/vc-data-model-2.0/", "status": "Candidate Recommendation Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/vc-data-model/", "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/vc-data-model", "filename": "index.html" }, "title": "Verifiable Credentials Data Model v2.0", "source": "w3c", "shortTitle": "Verifiable Credentials Data Model v2.0", "standing": "good" } ```
1 parent 65dada1 commit 4c057a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specs.json

+6
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,12 @@
13611361
"https://www.w3.org/TR/uievents/",
13621362
"https://www.w3.org/TR/upgrade-insecure-requests/",
13631363
"https://www.w3.org/TR/user-timing/",
1364+
{
1365+
"url": "https://www.w3.org/TR/vc-data-model-2.0/",
1366+
"categories": [
1367+
"-browser"
1368+
]
1369+
},
13641370
"https://www.w3.org/TR/vibration/",
13651371
"https://www.w3.org/TR/virtual-keyboard/",
13661372
{

0 commit comments

Comments
 (0)