Skip to content

Commit f0037a5

Browse files
committed
📄 docs: update json-schema.
1 parent f63f63c commit f0037a5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

json-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"title": "Workflow Configuration Schema",
4-
"version": "1.0.0",
4+
"version": "0.0.75",
55
"$defs": {
66
"ArrayParam": {
77
"description": "Array parameter.",

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ where = ["src"]
6464
[tool.shelf.version]
6565
version = "./src/ddeutil/workflow/__about__.py"
6666
changelog = "CHANGELOG.md"
67+
files = ["json-schema.json"]
6768
commit_msg_format = "- {subject}"
6869

6970
[tool.shelf.git]

0 commit comments

Comments
 (0)