Skip to content

Commit cf71389

Browse files
authored
Merge pull request #110 from neuroglia-io/downloader
Downloader
2 parents b7e7a3f + b7a32c6 commit cf71389

File tree

13 files changed

+2431
-629
lines changed

13 files changed

+2431
-629
lines changed

src/lib/schema/__merged.json

Lines changed: 2022 additions & 0 deletions
Large diffs are not rendered by default.

src/lib/schema/common.json

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

src/lib/schema/events.json

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

src/lib/schema/extensions/kpi.json

Lines changed: 0 additions & 282 deletions
This file was deleted.

src/lib/schema/functions.json

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

src/lib/schema/retries.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/0.6/retries.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.6/retries.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - retries schema",
55
"type": "object",
@@ -82,4 +82,4 @@
8282
]
8383
}
8484
}
85-
}
85+
}

src/lib/schema/workflow.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/0.6/workflow.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.6/workflow.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - workflow schema",
55
"type": "object",
@@ -133,7 +133,9 @@
133133
}
134134
},
135135
"additionalProperties": false,
136-
"required": ["expression"]
136+
"required": [
137+
"expression"
138+
]
137139
}
138140
]
139141
},
@@ -1668,8 +1670,7 @@
16681670
}
16691671
},
16701672
"additionalProperties": false,
1671-
"required": [
1672-
]
1673+
"required": []
16731674
}
16741675
]
16751676
},

0 commit comments

Comments
 (0)