Skip to content

Commit

Permalink
Merge pull request #473 from WillowInc/2024-06-21-uniqueID
Browse files Browse the repository at this point in the history
Add uniqueID
  • Loading branch information
rszcodronski authored Jun 21, 2024
2 parents 8802b00 + 1dbf54c commit 50ce799
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Ontology/Willow/Software/Software.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@
"schema": "string",
"writable": true
},
{
"@type": "Property",
"name": "uniqueID",
"displayName": {
"en": "Globally Unique ID"
},
"writable": true,
"schema": "string"
},
{
"@type": "Property",
"name": "description",
Expand Down

0 comments on commit 50ce799

Please sign in to comment.