File tree Expand file tree Collapse file tree 1 file changed +2
-88
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +2
-88
lines changed Original file line number Diff line number Diff line change @@ -10706,7 +10706,8 @@ components:
1070610706 title : Pricingplanid
1070710707 minimum : 0
1070810708 licensedResourceTypeDetails :
10709- $ref : ' #/components/schemas/VipDetails'
10709+ type : object
10710+ title : Licensedresourcetypedetails
1071010711 createdAt :
1071110712 type : string
1071210713 format : date-time
@@ -15091,93 +15092,6 @@ components:
1509115092 \ can be in two different viewer resources\n - viewer1=(JPEG, RawGraph service)\n \
1509215093 \ - viewer2=(CSV, RawGraph service)\n\n A viewer can be dispatched using the\
1509315094 \ view_url and appending the"
15094- VipDetails :
15095- properties :
15096- id :
15097- type : integer
15098- title : Id
15099- description :
15100- type : string
15101- title : Description
15102- thumbnail :
15103- type : string
15104- title : Thumbnail
15105- features :
15106- $ref : ' #/components/schemas/VipFeatures'
15107- doi :
15108- type : string
15109- title : Doi
15110- licenseKey :
15111- anyOf :
15112- - type : string
15113- - type : ' null'
15114- title : Licensekey
15115- licenseVersion :
15116- anyOf :
15117- - type : string
15118- - type : ' null'
15119- title : Licenseversion
15120- protection :
15121- type : string
15122- title : Protection
15123- availableFromUrl :
15124- type : string
15125- title : Availablefromurl
15126- additionalProperties : true
15127- type : object
15128- required :
15129- - id
15130- - description
15131- - thumbnail
15132- - features
15133- - doi
15134- - licenseKey
15135- - licenseVersion
15136- - protection
15137- - availableFromUrl
15138- title : VipDetails
15139- VipFeatures :
15140- properties :
15141- name :
15142- type : string
15143- title : Name
15144- version :
15145- type : string
15146- title : Version
15147- sex :
15148- type : string
15149- title : Sex
15150- age :
15151- type : string
15152- title : Age
15153- weight :
15154- type : string
15155- title : Weight
15156- height :
15157- type : string
15158- title : Height
15159- data :
15160- type : string
15161- title : Data
15162- ethnicity :
15163- type : string
15164- title : Ethnicity
15165- functionality :
15166- type : string
15167- title : Functionality
15168- additionalProperties : true
15169- type : object
15170- required :
15171- - name
15172- - version
15173- - sex
15174- - age
15175- - weight
15176- - height
15177- - data
15178- - ethnicity
15179- - functionality
15180- title : VipFeatures
1518115095 WalletGet :
1518215096 properties :
1518315097 walletId :
You can’t perform that action at this time.
0 commit comments