Skip to content

Commit 02f217d

Browse files
committed
Add license to Dataset JSON-LD schema
1 parent b1aed92 commit 02f217d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/ui/home/schema.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func datasetSchema(baseURL string) any {
2626
"name": "pkgstats",
2727
"url": baseURL,
2828
},
29+
"license": "https://creativecommons.org/licenses/by-sa/4.0/",
2930
"distribution": map[string]any{
3031
"@type": "DataDownload",
3132
"encodingFormat": "application/json",

0 commit comments

Comments
 (0)