Summary
As part of the Serverless Workflow project moving to the Open Workflow Specification organization, the website sources have moved from:
serverlessworkflow/serverlessworkflow.github.io → open-workflow-specification/open-workflow-specification.github.io
The $id URLs inside the 1.x schema files still reference the legacy serverlessworkflow.io domain and need to be updated to point to the new open-workflow-specification.org domain.
Affected files
All JSON schema files under static/schemas/1.*:
| File |
Current $id |
Expected $id |
static/schemas/1.0.0-alpha1/workflow.json |
https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.json |
https://open-workflow-specification.org/schemas/1.0.0-alpha1/workflow.json |
static/schemas/1.0.0-alpha2/workflow.json |
https://serverlessworkflow.io/schemas/1.0.0-alpha2/workflow.json |
https://open-workflow-specification.org/schemas/1.0.0-alpha2/workflow.json |
static/schemas/1.0.0-alpha3/workflow.json |
https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.json |
https://open-workflow-specification.org/schemas/1.0.0-alpha3/workflow.json |
static/schemas/1.0.0-alpha4/workflow.json |
https://serverlessworkflow.io/schemas/1.0.0-alpha4/workflow.json |
https://open-workflow-specification.org/schemas/1.0.0-alpha4/workflow.json |
static/schemas/1.0.0-alpha5/workflow.json |
https://serverlessworkflow.io/schemas/1.0.0-alpha5/workflow.json |
https://open-workflow-specification.org/schemas/1.0.0-alpha5/workflow.json |
static/schemas/1.0.0/workflow.json |
https://serverlessworkflow.io/schemas/1.0.0/workflow.json |
https://open-workflow-specification.org/schemas/1.0.0/workflow.json |
static/schemas/1.0.1/workflow.json |
https://serverlessworkflow.io/schemas/1.0.1/workflow.yaml |
https://open-workflow-specification.org/schemas/1.0.1/workflow.yaml |
static/schemas/1.0.3/workflow.json |
https://serverlessworkflow.io/schemas/1.0.3/workflow.yaml |
https://open-workflow-specification.org/schemas/1.0.3/workflow.yaml |
Out of scope
Schema files under static/schemas/0.x (0.5 through 0.9) must not be modified — their URLs should continue pointing to the legacy serverlessworkflow.io domain.
Notes
Summary
As part of the Serverless Workflow project moving to the Open Workflow Specification organization, the website sources have moved from:
serverlessworkflow/serverlessworkflow.github.io→open-workflow-specification/open-workflow-specification.github.ioThe
$idURLs inside the 1.x schema files still reference the legacyserverlessworkflow.iodomain and need to be updated to point to the newopen-workflow-specification.orgdomain.Affected files
All JSON schema files under
static/schemas/1.*:$id$idstatic/schemas/1.0.0-alpha1/workflow.jsonhttps://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.jsonhttps://open-workflow-specification.org/schemas/1.0.0-alpha1/workflow.jsonstatic/schemas/1.0.0-alpha2/workflow.jsonhttps://serverlessworkflow.io/schemas/1.0.0-alpha2/workflow.jsonhttps://open-workflow-specification.org/schemas/1.0.0-alpha2/workflow.jsonstatic/schemas/1.0.0-alpha3/workflow.jsonhttps://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.jsonhttps://open-workflow-specification.org/schemas/1.0.0-alpha3/workflow.jsonstatic/schemas/1.0.0-alpha4/workflow.jsonhttps://serverlessworkflow.io/schemas/1.0.0-alpha4/workflow.jsonhttps://open-workflow-specification.org/schemas/1.0.0-alpha4/workflow.jsonstatic/schemas/1.0.0-alpha5/workflow.jsonhttps://serverlessworkflow.io/schemas/1.0.0-alpha5/workflow.jsonhttps://open-workflow-specification.org/schemas/1.0.0-alpha5/workflow.jsonstatic/schemas/1.0.0/workflow.jsonhttps://serverlessworkflow.io/schemas/1.0.0/workflow.jsonhttps://open-workflow-specification.org/schemas/1.0.0/workflow.jsonstatic/schemas/1.0.1/workflow.jsonhttps://serverlessworkflow.io/schemas/1.0.1/workflow.yamlhttps://open-workflow-specification.org/schemas/1.0.1/workflow.yamlstatic/schemas/1.0.3/workflow.jsonhttps://serverlessworkflow.io/schemas/1.0.3/workflow.yamlhttps://open-workflow-specification.org/schemas/1.0.3/workflow.yamlOut of scope
Schema files under
static/schemas/0.x(0.5 through 0.9) must not be modified — their URLs should continue pointing to the legacyserverlessworkflow.iodomain.Notes