File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/models-library/src/models_library Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ class FeaturesDict(TypedDict):
4747
4848VIP_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
You can’t perform that action at this time.
0 commit comments