Skip to content

Commit 834a4d9

Browse files
committed
rename workflowextensions.json to extensions.json
Signed-off-by: Antonio Mendoza Pérez <[email protected]>
1 parent 1fc62ce commit 834a4d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/workflowextensions.json renamed to schema/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.io/schemas/0.8/workflowextensions.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.8/extensions.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - extensions schema",
55
"type": "object",

schema/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"$ref": "auth.json#/auth"
139139
},
140140
"extensions": {
141-
"$ref": "workflowextensions.json#/extensions"
141+
"$ref": "extensions.json#/extensions"
142142
},
143143
"states": {
144144
"type": "array",

0 commit comments

Comments
 (0)