Skip to content

Commit

Permalink
fix: additionalProperties must be outside of properties attribute (#2567
Browse files Browse the repository at this point in the history
)

Signed-off-by: 1000TurquoisePogs <[email protected]>

Signed-off-by: 1000TurquoisePogs <[email protected]>
Co-authored-by: achmelo <[email protected]>
  • Loading branch information
1000TurquoisePogs and achmelo authored Sep 1, 2022
1 parent 4cffe97 commit fea515a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion schemas/caching-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"properties": {
"components": {
"type": "object",
"additionalProperties": true,
"properties": {
"additionalProperties": true,
"caching-service": {
"allOf": [
{"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"},
Expand Down
2 changes: 1 addition & 1 deletion schemas/catalog-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"properties": {
"components": {
"type": "object",
"additionalProperties": true,
"properties": {
"additionalProperties": true,
"api-catalog": {
"allOf": [
{"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"},
Expand Down
2 changes: 1 addition & 1 deletion schemas/discovery-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"properties": {
"components": {
"type": "object",
"additionalProperties": true,
"properties": {
"additionalProperties": true,
"discovery-service": {
"allOf": [
{"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"},
Expand Down
2 changes: 1 addition & 1 deletion schemas/gateway-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"properties": {
"components": {
"type": "object",
"additionalProperties": true,
"properties": {
"additionalProperties": true,
"gateway-service": {
"allOf": [
{"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"},
Expand Down
2 changes: 1 addition & 1 deletion schemas/metrics-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"properties": {
"components": {
"type": "object",
"additionalProperties": true,
"properties": {
"additionalProperties": true,
"metrics-service": {
"allOf": [
{"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"},
Expand Down

0 comments on commit fea515a

Please sign in to comment.