Skip to content

Commit 7523b8d

Browse files
committed
fixes sonarcloud
1 parent 42d1317 commit 7523b8d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/models-library/src/models_library/licenses.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ class FeaturesDict(TypedDict):
4747

4848
VIP_DETAILS_EXAMPLE = {
4949
"id": 1,
50-
"description": "custom description",
51-
"thumbnail": "custom description",
50+
"description": "A detailed description of the VIP model",
51+
"thumbnail": "https://example.com/thumbnail.jpg",
5252
"features": VIP_FEATURES_EXAMPLE,
53-
"doi": "custom value",
54-
"license_key": "custom value",
55-
"license_version": "custom value",
56-
"protection": "custom value",
57-
"available_from_url": "custom value",
53+
"doi": "10.1000/xyz123",
54+
"license_key": "ABC123XYZ",
55+
"license_version": "1.0",
56+
"protection": "Encrypted",
57+
"available_from_url": "https://example.com/download",
5858
"additional_field": "trimmed if rest",
5959
}
6060

0 commit comments

Comments
 (0)