Skip to content

Commit

Permalink
update JSON schema fixture with new root path
Browse files Browse the repository at this point in the history
  • Loading branch information
krehermann committed May 17, 2024
1 parent 1d8c865 commit 6296b73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/smartcontractkit/chainlink/v2/core/services/workflows/workflow-spec-yaml",
"$id": "https://github.com/smartcontractkit/chainlink-common/pkg/workflows/workflow-spec-yaml",
"$ref": "#/$defs/workflowSpecYaml",
"$defs": {
"mapping": {
Expand All @@ -14,7 +14,7 @@
},
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/smartcontractkit/chainlink/v2/core/services/workflows/step-definition-table-id",
"$id": "https://github.com/smartcontractkit/chainlink-common/pkg/workflows/step-definition-table-id",
"properties": {
"name": {
"type": "string"
Expand Down

0 comments on commit 6296b73

Please sign in to comment.