File tree Expand file tree Collapse file tree 2 files changed +35
-34
lines changed
packages/models-library/src/models_library/api_schemas_catalog
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 2 files changed +35
-34
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
210210 model_config = ConfigDict (
211211 extra = "ignore" ,
212212 populate_by_name = True ,
213+ alias_generator = snake_to_camel ,
213214 json_schema_extra = _update_json_schema_extra ,
214215 )
215216
Original file line number Diff line number Diff line change @@ -8602,36 +8602,36 @@ components:
86028602 name :
86038603 type : string
86048604 title : Name
8605- thumbnail :
8606- anyOf :
8607- - type : string
8608- - type : ' null'
8609- title : Thumbnail
8610- icon :
8611- anyOf :
8612- - type : string
8613- - type : ' null'
8614- title : Icon
86158605 description :
86168606 type : string
86178607 title : Description
8618- descriptionUi :
8619- type : boolean
8620- title : Descriptionui
8621- default : false
86228608 versionDisplay :
86238609 anyOf :
86248610 - type : string
86258611 - type : ' null'
86268612 title : Versiondisplay
8627- type :
8628- $ref : ' #/components/schemas/ServiceType'
86298613 contact :
86308614 anyOf :
86318615 - type : string
86328616 format : email
86338617 - type : ' null'
86348618 title : Contact
8619+ type :
8620+ $ref : ' #/components/schemas/ServiceType'
8621+ thumbnail :
8622+ anyOf :
8623+ - type : string
8624+ - type : ' null'
8625+ title : Thumbnail
8626+ icon :
8627+ anyOf :
8628+ - type : string
8629+ - type : ' null'
8630+ title : Icon
8631+ descriptionUi :
8632+ type : boolean
8633+ title : Descriptionui
8634+ default : false
86358635 authors :
86368636 items :
86378637 $ref : ' #/components/schemas/Author'
@@ -8688,8 +8688,8 @@ components:
86888688 - version
86898689 - name
86908690 - description
8691- - type
86928691 - contact
8692+ - type
86938693 - authors
86948694 - owner
86958695 - inputs
@@ -8821,36 +8821,36 @@ components:
88218821 name :
88228822 type : string
88238823 title : Name
8824- thumbnail :
8825- anyOf :
8826- - type : string
8827- - type : ' null'
8828- title : Thumbnail
8829- icon :
8830- anyOf :
8831- - type : string
8832- - type : ' null'
8833- title : Icon
88348824 description :
88358825 type : string
88368826 title : Description
8837- descriptionUi :
8838- type : boolean
8839- title : Descriptionui
8840- default : false
88418827 versionDisplay :
88428828 anyOf :
88438829 - type : string
88448830 - type : ' null'
88458831 title : Versiondisplay
8846- type :
8847- $ref : ' #/components/schemas/ServiceType'
88488832 contact :
88498833 anyOf :
88508834 - type : string
88518835 format : email
88528836 - type : ' null'
88538837 title : Contact
8838+ type :
8839+ $ref : ' #/components/schemas/ServiceType'
8840+ thumbnail :
8841+ anyOf :
8842+ - type : string
8843+ - type : ' null'
8844+ title : Thumbnail
8845+ icon :
8846+ anyOf :
8847+ - type : string
8848+ - type : ' null'
8849+ title : Icon
8850+ descriptionUi :
8851+ type : boolean
8852+ title : Descriptionui
8853+ default : false
88548854 authors :
88558855 items :
88568856 $ref : ' #/components/schemas/Author'
@@ -8914,8 +8914,8 @@ components:
89148914 - version
89158915 - name
89168916 - description
8917- - type
89188917 - contact
8918+ - type
89198919 - authors
89208920 - owner
89218921 - inputs
You can’t perform that action at this time.
0 commit comments