File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " https://serverlessworkflow.org/core/common.json" ,
2
+ "$id" : " https://serverlessworkflow.org/core/0.6/ common.json" ,
3
3
"$schema" : " http://json-schema.org/draft-07/schema#" ,
4
4
"description" : " Serverless Workflow specification - common schema" ,
5
5
"type" : " object" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " https://serverlessworkflow.org/core/events.json" ,
2
+ "$id" : " https://serverlessworkflow.org/core/0.6/ events.json" ,
3
3
"$schema" : " http://json-schema.org/draft-07/schema#" ,
4
4
"description" : " Serverless Workflow specification - events schema" ,
5
5
"type" : " object" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " https://serverlessworkflow.org/extensions/kpi.json" ,
2
+ "$id" : " https://serverlessworkflow.org/extensions/0.6/ kpi.json" ,
3
3
"$schema" : " http://json-schema.org/draft-07/schema#" ,
4
4
"description" : " Serverless Workflow specification - KPIs Extension Schema" ,
5
5
"type" : " object" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " https://serverlessworkflow.org/core/functions.json" ,
2
+ "$id" : " https://serverlessworkflow.org/core/0.6/ functions.json" ,
3
3
"$schema" : " http://json-schema.org/draft-07/schema#" ,
4
4
"description" : " Serverless Workflow specification - functions schema" ,
5
5
"type" : " object" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " https://serverlessworkflow.org/core/retries.json" ,
2
+ "$id" : " https://serverlessworkflow.org/core/0.6/ retries.json" ,
3
3
"$schema" : " http://json-schema.org/draft-07/schema#" ,
4
4
"description" : " Serverless Workflow specification - retries schema" ,
5
5
"type" : " object" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " https://serverlessworkflow.org/core/workflow.json" ,
2
+ "$id" : " https://serverlessworkflow.org/core/0.6/ workflow.json" ,
3
3
"$schema" : " http://json-schema.org/draft-07/schema#" ,
4
4
"description" : " Serverless Workflow specification - workflow schema" ,
5
5
"type" : " object" ,
You can’t perform that action at this time.
0 commit comments