File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
services/catalog/src/simcore_service_catalog/models Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
4646 "key" : "simcore/services/dynamic/reading" ,
4747 "version" : "1.0.9" ,
4848 "owner" : 8 ,
49- "name" : "sim4life " ,
50- "description" : "s4l web " ,
49+ "name" : "reading " ,
50+ "description" : "example for service metadata db GET " ,
5151 "description_ui" : False ,
5252 "thumbnail" : None ,
5353 "icon" : "https://picsum.photos/50" ,
@@ -114,8 +114,8 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
114114 {
115115 "key" : "simcore/services/dynamic/creating" ,
116116 "version" : "1.0.9" ,
117- "name" : "sim4life " ,
118- "description" : "s4l web " ,
117+ "name" : "creating " ,
118+ "description" : "example for service metadata db CREATE " ,
119119 }
120120 ]
121121 }
@@ -148,8 +148,8 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
148148 schema .update (
149149 {
150150 "example" : {
151- "name" : "sim4life " ,
152- "description" : "s4l web " ,
151+ "name" : "patching " ,
152+ "description" : "example for service metadata db PATCH " ,
153153 "thumbnail" : "https://picsum.photos/200" ,
154154 "icon" : "https://picsum.photos/50" ,
155155 "version_display" : "S4L X" ,
You can’t perform that action at this time.
0 commit comments