Skip to content

Commit

Permalink
Merge pull request #1823 from zowe/update-jsonschema
Browse files Browse the repository at this point in the history
Update jsonschema to newer version
  • Loading branch information
awharn committed Oct 16, 2023
2 parents e640d20 + e587205 commit 7190395
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ imperative_debug.log
# Licenses in package folders (managed with build scripts)
packages/*/LICENSE
zowex/
packages/secrets/

# Browserified bundles and compiled JS for web help
packages/imperative/web-help/dist/css/bundle*
Expand Down
16 changes: 8 additions & 8 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/imperative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"glob": "7.1.6",
"js-yaml": "3.14.1",
"jsonfile": "4.0.0",
"jsonschema": "1.1.1",
"jsonschema": "1.4.1",
"lodash-deep": "2.0.0",
"log4js": "6.4.0",
"markdown-it": "12.3.2",
"mustache": "2.3.0",
"mustache": "2.3.2",
"npm-package-arg": "8.1.1",
"opener": "1.5.2",
"pacote": "11.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exports[`Basic Profile Manager Save should detect that the dependencies are pres

exports[`Basic Profile Manager Save should fail a save request if a profile has more properties than defined on the schema 1`] = `
"Errors located in profile \\"tasty_apple\\" of type \\"apple\\":
profile additionalProperty \\"seedless\\" exists in instance when not allowed
profile is not allowed to have the additional property \\"seedless\\"
"
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports[`Basic Profile Manager Validate should detect undefined parms 1`] = `"Ex

exports[`Basic Profile Manager Validate should fail a save request if a profile has more properties than defined on the schema 1`] = `
"Errors located in profile \\"good_apple\\" of type \\"apple\\":
profile additionalProperty \\"seedless\\" exists in instance when not allowed
profile is not allowed to have the additional property \\"seedless\\"
"
`;

Expand Down

0 comments on commit 7190395

Please sign in to comment.