We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc62ce commit 834a4d9Copy full SHA for 834a4d9
schema/workflowextensions.json renamed to schema/extensions.json
@@ -1,5 +1,5 @@
1
{
2
- "$id": "https://serverlessworkflow.io/schemas/0.8/workflowextensions.json",
+ "$id": "https://serverlessworkflow.io/schemas/0.8/extensions.json",
3
"$schema": "http://json-schema.org/draft-07/schema#",
4
"description": "Serverless Workflow specification - extensions schema",
5
"type": "object",
schema/workflow.json
@@ -138,7 +138,7 @@
138
"$ref": "auth.json#/auth"
139
},
140
"extensions": {
141
- "$ref": "workflowextensions.json#/extensions"
+ "$ref": "extensions.json#/extensions"
142
143
"states": {
144
"type": "array",
0 commit comments