Skip to content

Commit

Permalink
for now, iconUrl is required #8501 #8503
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Mar 17, 2022
1 parent da9dba9 commit 46d12f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/json/license.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Test License",
"uri": "http://dataverse..org/licenses/test/1.0",
"iconUrl": "http://dataverse.org/licenses/test/1.0/icon.png",
"shortDescription": "Dataverse Test License v1.0.",
"active": false
}
1 change: 1 addition & 0 deletions src/test/resources/json/licenseError.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"id": 6,
"name": "License Number 6",
"uri": "http://dataverse..org/licenses/test/ln6",
"iconUrl": "http://dataverse.org/licenses/test/ln6/icon.png",
"shortDescription": "A License that must have id 6.",
"active": true
}

0 comments on commit 46d12f2

Please sign in to comment.