Skip to content

Commit

Permalink
Merge pull request #58 from identity-com/feature/CIV-3183__add_appid_uca
Browse files Browse the repository at this point in the history
CIV-3183 - Add appId UCA definition
  • Loading branch information
lucmir authored May 11, 2021
2 parents 37cffcb + 86eb671 commit d2afd25
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity.com/uca",
"version": "1.0.28",
"version": "1.0.29",
"description": "Provides functionality around User Collectable Attributes (UCA)",
"main": "src/index.js",
"module": "dist/es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions src/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,14 @@ const definitions = [
type: 'String',
attestable: true,
},
{
identifier: 'cvc:Type:appId',
description: 'Application Identifier',
version: '1',
type: 'String',
attestable: false,
credentialItem: false,
},
];

module.exports = definitions;

0 comments on commit d2afd25

Please sign in to comment.