Skip to content

Commit

Permalink
tweak: fix schema.json
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed May 7, 2024
1 parent b367239 commit 5aebfd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobspec/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"items": {"type": "string"},
},
# Custom logic for the transformer
"steps": {"$ref": "#definitions/steps"},
"steps": {"$ref": "#/definitions/steps"},
},
},
},
Expand All @@ -114,7 +114,7 @@
"resources": {"type": "string"},
"depends_on": {"type": "array", "items": {"type": "string"}},
# Tasks for the group
"tasks": {"$ref": "#definitions/tasks"},
"tasks": {"$ref": "#/definitions/tasks"},
"groups": {"type": "array", "items": {"$ref": "#/definitions/group"}},
},
"additionalProperties": False,
Expand Down

0 comments on commit 5aebfd7

Please sign in to comment.