Skip to content

Commit 9cd8800

Browse files
committed
add version field at the schema top level
1 parent ad8e9d4 commit 9cd8800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json-schema/workflow.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"version": "0.0.1",
34
"title": "Workflow",
45
"type": "object",
56
"properties": {

0 commit comments

Comments
 (0)