Skip to content

Commit

Permalink
Merge pull request #4060 from zowe/v3.x/feature/schemaUpdate
Browse files Browse the repository at this point in the history
Small schema update
  • Loading branch information
MarkAckert authored Nov 4, 2024
2 parents 7c70368 + dff2f22 commit 0b1c273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to the Zowe Installer will be documented in this file.
## `3.0.1`
- Bugfix: When `--log-dir` parameter for `zwe` command is a file, there might be an error "InternalError: stack overflow". [#40nn](https://github.com/zowe/zowe-install-packaging/pull/40nn)
- Enhancement: new javascript funtion `getStatvfs()` to obtain information about the file sysytem [#3994](https://github.com/zowe/zowe-install-packaging/pull/3994)
- Enhancement: schema validation update for `zowe.job.name` and `zowe.job.prefix` [#4060](https://github.com/zowe/zowe-install-packaging/pull/4060)

## `3.0.0`

Expand Down
4 changes: 2 additions & 2 deletions schemas/zowe-yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,11 @@
"description": "Customize your Zowe z/OS JES job.",
"properties": {
"name": {
"type": "string",
"$ref": "/schemas/v2/server-common#zoweJobname",
"description": "Job name of Zowe primary ZWESLSTC started task."
},
"prefix": {
"type": "string",
"$ref": "/schemas/v2/server-common#zoweJobname",
"description": "A short prefix to customize address spaces created by Zowe job."
}
}
Expand Down

0 comments on commit 0b1c273

Please sign in to comment.