Skip to content

Commit

Permalink
some non required field in connector config (#2744)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta authored Jul 29, 2024
1 parent e64a37c commit 7548143
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 7548143

Please sign in to comment.