Releases: SPINEProject/SPINE-json-schema
Releases · SPINEProject/SPINE-json-schema
3.1.0 - Workflow Execution Plan and dice score
Update package.json
3.0.0 - Adding API schema
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
Merge pull request #58 from gregblt/master adding source metadata to results
2.10.1 Fixing live presenter experiment schema
Merge pull request #55 from gregblt/workflowmatrix fix live pres exp schema
2.10.0 - Live presenter experiment and skill
Merge pull request #54 from gregblt/workflowmatrix Skill related schema
2.9.0 - Workflow execution matrix
Merge pull request #53 from gregblt/workflowmatrix Introducing image filters and workflow execution matrix schema (2.9.0)