Skip to content

Commit

Permalink
some non required field in connector config (#2744) (#2745)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7548143)

Co-authored-by: Laura Trotta <[email protected]>
  • Loading branch information
github-actions[bot] and l-trotta authored Jul 29, 2024
1 parent e6276e5 commit dc27d46
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
3 changes: 0 additions & 3 deletions output/openapi/elasticsearch-openapi.json

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

3 changes: 0 additions & 3 deletions output/openapi/elasticsearch-serverless-openapi.json

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

6 changes: 3 additions & 3 deletions output/schema/schema-serverless.json

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

6 changes: 3 additions & 3 deletions output/schema/schema.json

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

6 changes: 3 additions & 3 deletions output/typescript/types.ts

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

6 changes: 3 additions & 3 deletions specification/connector/_types/Connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ export interface ConnectorConfigProperties {
required: boolean
sensitive: boolean
tooltip?: string | null
type: ConnectorFieldType
ui_restrictions: string[]
validations: Validation[]
type?: ConnectorFieldType
ui_restrictions?: string[]
validations?: Validation[]
value: UserDefinedValue
}

Expand Down

0 comments on commit dc27d46

Please sign in to comment.