Skip to content

Releases: SPINEProject/SPINE-json-schema

3.1.0 - Workflow Execution Plan and dice score

02 Aug 10:36
6c38f0d

Choose a tag to compare

3.0.0 - Adding API schema

13 Jun 12:27
4083164

Choose a tag to compare

Adding API Schema, used by Postman.

From now, avoid using "$id" params in the schema, except at the root of each file, this is not compatible with open api 3.0.
Also instead of using references with this format "$ref": "https://raw.githubusercontent.com/SPINEProject/SPINE-json-schema/master/schemas/execution.schema.json#/definitions/inputs" we should use this format : "$ref": "./execution.schema.json#/definitions/inputs" so that postman can parse them. The references are automatically parsed in SPINE to convert relative paths into absolute paths so there will be no issues.

Also adding schema for workflow execution plan related objects

2.10.2 - Adding sourceMetadata to skill results

27 Mar 15:13
d1bd8c8

Choose a tag to compare

Merge pull request #58 from gregblt/master

adding source metadata to results

2.10.1 Fixing live presenter experiment schema

13 Mar 15:51
ceff762

Choose a tag to compare

Merge pull request #55 from gregblt/workflowmatrix

fix live pres exp schema

2.10.0 - Live presenter experiment and skill

09 Mar 13:20
094e565

Choose a tag to compare

Merge pull request #54 from gregblt/workflowmatrix

Skill related schema

2.9.0 - Workflow execution matrix

15 Feb 11:51
351d311

Choose a tag to compare

Merge pull request #53 from gregblt/workflowmatrix

Introducing image filters and workflow execution matrix schema (2.9.0)

2.8.1

27 Oct 14:16
5995be2

Choose a tag to compare

Fix typo in filename in 2.8.0

2.8.0 Schemas for templates and input filters

27 Oct 13:08
09f4838

Choose a tag to compare

Updates

Adding properties for templates #50
Schemas for input filters #51

PRs #50 #51 #52

2.7.0 Voxel based experiment schema

09 May 13:00
a9238e6

Choose a tag to compare

Updates:

  • Added voxel based experiment schema #48

PR: #48

v.2.6.0 Update to widget and cohort

17 Dec 16:40
104b78d

Choose a tag to compare

Updates:

  • Added mainTool widget schema #43
  • Property docType is reuired in cohort focument (issue #42 ) #43

PR: #43