Skip to content

Commit

Permalink
allow custom properties in components.zowe (#3735)
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored Feb 21, 2024
1 parent 1646329 commit 468aeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/zowe-yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@
"zowe": {
"type": "object",
"description": "Component level overrides for top level Zowe network configuration.",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"network": {
"$ref": "#/$defs/networkSettings"
Expand Down

0 comments on commit 468aeb3

Please sign in to comment.