Skip to content

Commit

Permalink
missing updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Apr 5, 2023
1 parent 80114da commit 8e0ab2a
Show file tree
Hide file tree
Showing 8 changed files with 971 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,6 @@ components:
title: Prjowner
type: string
quality:
default: {}
description: stores the study quality assessment
title: Quality
type: object
Expand Down Expand Up @@ -1627,6 +1626,7 @@ components:
title: Downloadlink
type: string
label:
description: Display name
title: Label
type: string
required:
Expand Down Expand Up @@ -1781,6 +1781,7 @@ components:
title: Downloadlink
type: string
label:
description: Display name
title: Label
type: string
required:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,12 @@
"title": "Key",
"description": "distinctive name for the node based on the docker registry path",
"pattern": "^(simcore)/(services)/(comp|dynamic|frontend)(/[\\w/-]+)+$",
"examples": [
"simcore/services/comp/itis/sleeper",
"simcore/services/dynamic/3dviewer"
],
"type": "string"
},
"version": {
"title": "Version",
"description": "service version number",
"pattern": "^(0|[1-9]\\d*)(\\.(0|[1-9]\\d*)){2}(-(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*)(\\.(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*))*)?(\\+[-\\da-zA-Z]+(\\.[-\\da-zA-Z-]+)*)?$",
"examples": [
"1.0.0",
"0.0.1"
],
"type": "string"
},
"integration-version": {
Expand Down Expand Up @@ -840,7 +832,7 @@
"type": "computational",
"integration-version": "1.0.0",
"version": "1.7.0",
"description": "oSparc Python Runner",
"description": "oSparc Python Runner with boot options",
"contact": "[email protected]",
"authors": [
{
Expand Down
Loading

0 comments on commit 8e0ab2a

Please sign in to comment.