Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
moelasmar committed Oct 17, 2024
1 parent c62ec8e commit ba1af10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ registerServicePatches(
replaceResourceProperty(
'Settings',
{
description: 'The property identifies the exact type of settings for the data provider.',
type: 'object',
description: 'The property identifies the exact type of settings for the data provider.',
properties: {
PostgreSqlSettings: {
description: 'PostgreSqlSettings property identifier.',
Expand Down Expand Up @@ -135,7 +135,7 @@ registerServicePatches(
additionalProperties: false,
},
patching.Reason.other(
'Temporary fix to fix the issue of missing the Settings property till we fix the anyOff issue'
'Temporary fix to fix the issue of missing the Settings property till we fix the anyOff issue',
),
)(lens);
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export namespace jsonschema {
}

export interface Reference extends Annotatable {
readonly type?: 'object';
readonly $ref: string;

/**
Expand Down

0 comments on commit ba1af10

Please sign in to comment.