Skip to content

Commit 57010e5

Browse files
fix: make openapi-spec
1 parent b57a590 commit 57010e5

File tree

1 file changed

+19
-19
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+19
-19
lines changed

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16090,9 +16090,9 @@ components:
1609016090
const: PROJECT
1609116091
title: Functionclass
1609216092
default: PROJECT
16093-
title:
16093+
name:
1609416094
type: string
16095-
title: Title
16095+
title: Name
1609616096
default: ''
1609716097
description:
1609816098
type: string
@@ -16120,41 +16120,36 @@ components:
1612016120
type: object
1612116121
- type: 'null'
1612216122
title: Defaultinputs
16123-
uid:
16123+
uuid:
1612416124
type: string
1612516125
format: uuid
16126-
title: Uid
16127-
createdAt:
16126+
title: Uuid
16127+
creationDate:
1612816128
type: string
1612916129
format: date-time
16130-
title: Createdat
16131-
projectId:
16130+
title: Creationdate
16131+
lastChangeDate:
1613216132
type: string
16133-
format: uuid
16134-
title: Projectid
16135-
uuid:
16133+
format: date-time
16134+
title: Lastchangedate
16135+
templateId:
1613616136
type: string
1613716137
format: uuid
16138-
title: Uuid
16138+
title: Templateid
1613916139
thumbnail:
1614016140
anyOf:
1614116141
- type: string
1614216142
- type: 'null'
1614316143
title: Thumbnail
16144-
templateId:
16145-
anyOf:
16146-
- type: integer
16147-
- type: 'null'
16148-
title: Templateid
1614916144
type: object
1615016145
required:
1615116146
- inputSchema
1615216147
- outputSchema
1615316148
- defaultInputs
16154-
- uid
16155-
- createdAt
16156-
- projectId
1615716149
- uuid
16150+
- creationDate
16151+
- lastChangeDate
16152+
- templateId
1615816153
title: RegisteredProjectFunctionGet
1615916154
RegisteredSolverFunctionGet:
1616016155
properties:
@@ -16201,6 +16196,10 @@ components:
1620116196
type: string
1620216197
format: date-time
1620316198
title: Createdat
16199+
modifiedAt:
16200+
type: string
16201+
format: date-time
16202+
title: Modifiedat
1620416203
solverKey:
1620516204
type: string
1620616205
pattern: ^simcore/services/((comp|dynamic|frontend))/([a-z0-9][a-z0-9_.-]*/)*([a-z0-9-_]+[a-z0-9])$
@@ -16216,6 +16215,7 @@ components:
1621616215
- defaultInputs
1621716216
- uid
1621816217
- createdAt
16218+
- modifiedAt
1621916219
- solverKey
1622016220
- solverVersion
1622116221
title: RegisteredSolverFunctionGet

0 commit comments

Comments
 (0)