Skip to content

Commit

Permalink
fix: nest parameter properties in their own section (#8)
Browse files Browse the repository at this point in the history
* fix: nest parameter properties in their own section

problem: I changed my mind, and we should have an attributes->parameter section
solution: add it!
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch authored Apr 6, 2024
1 parent 9eb77e1 commit 7865b4e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkg/jobspec/experimental/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
}
},
"attributes": {
"description": "system and user attributes",
"description": "system, parameter and user attributes",
"type": [
"object",
"null"
Expand All @@ -162,8 +162,12 @@
},
"user": {
"type": "object"
},
"parameter": {
"type": "object"
}
}
},
"additionalProperties": false
},
"task": {
"description": "task configuration",
Expand Down Expand Up @@ -236,4 +240,4 @@
"additionalProperties": false
}
}
}
}

0 comments on commit 7865b4e

Please sign in to comment.