Skip to content

Update $id URLs in 1.x schema files to point to open-workflow-specification.org #269

Description

@dgutierr

Summary

As part of the Serverless Workflow project moving to the Open Workflow Specification organization, the website sources have moved from:

  • serverlessworkflow/serverlessworkflow.github.ioopen-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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions