Skip to content

Commit

Permalink
Merge 4d2cd18 into e76d794
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinos Kousidis committed Jul 24, 2018
2 parents e76d794 + 4d2cd18 commit 1b8aa7b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions reana_client/schemas/reana_analysis_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "object",
"title": "REANA analysis specification",
"description": "Full analysis specification including data, sofware, environment and workflow enabling reproducibility on a REANA cluster.",
"required": ["workflow", "environments"],
"required": ["workflow"],
"properties": {
"code": {
"id": "/properties/code",
Expand Down Expand Up @@ -34,6 +34,7 @@
"items": {
"id": "/properties/environments/items",
"type": "object",
"optional": true,
"title": "Analysis environments.",
"description": "Analysis environments represented by container technology and image name.",
"properties": {
Expand Down Expand Up @@ -102,6 +103,7 @@
"type": "array",
"title": "Analysis input files.",
"description": "List of files provided as input for a given analysis.",
"optional": true,
"items": {
"id": "/properties/inputs/properties/files/items",
"type": "string",
Expand All @@ -112,7 +114,8 @@
"id": "/properties/inputs/properties/parameters",
"type": "object",
"title": "Analysis parameters.",
"description": "Key value data structure which represents the analysis parameters."
"description": "Key value data structure which represents the analysis parameters.",
"optional": true
}
}
},
Expand Down

0 comments on commit 1b8aa7b

Please sign in to comment.