Skip to content

Commit fea515a

Browse files
fix: additionalProperties must be outside of properties attribute (#2567)
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com> Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com> Co-authored-by: achmelo <37397715+achmelo@users.noreply.github.com>
1 parent 4cffe97 commit fea515a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

schemas/caching-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"properties": {
99
"components": {
1010
"type": "object",
11+
"additionalProperties": true,
1112
"properties": {
12-
"additionalProperties": true,
1313
"caching-service": {
1414
"allOf": [
1515
{"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"},

schemas/catalog-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"properties": {
99
"components": {
1010
"type": "object",
11+
"additionalProperties": true,
1112
"properties": {
12-
"additionalProperties": true,
1313
"api-catalog": {
1414
"allOf": [
1515
{"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"},

schemas/discovery-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"properties": {
99
"components": {
1010
"type": "object",
11+
"additionalProperties": true,
1112
"properties": {
12-
"additionalProperties": true,
1313
"discovery-service": {
1414
"allOf": [
1515
{"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"},

schemas/gateway-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"properties": {
99
"components": {
1010
"type": "object",
11+
"additionalProperties": true,
1112
"properties": {
12-
"additionalProperties": true,
1313
"gateway-service": {
1414
"allOf": [
1515
{"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"},

schemas/metrics-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"properties": {
99
"components": {
1010
"type": "object",
11+
"additionalProperties": true,
1112
"properties": {
12-
"additionalProperties": true,
1313
"metrics-service": {
1414
"allOf": [
1515
{"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"},

0 commit comments

Comments
 (0)