Skip to content

Commit 10e9638

Browse files
author
cibot
committed
Definitions Update connectors
1 parent fa6f45c commit 10e9638

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

alsdkdefs/apis/connectors/connectors.v1.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,9 @@ components:
12251225
headers:
12261226
type: string
12271227
pattern: '^[-\w]+:[^\r\n]*((\r?\n)[-\w]+:[^\r\n]*)*$'
1228+
headers_struct:
1229+
type: object
1230+
description: Struct created by parsing the 'headers' field. This is a read-only field. Only make changes to 'headers' field.
12281231
active:
12291232
type: boolean
12301233
description: Active status of the connection
@@ -1254,6 +1257,9 @@ components:
12541257
headers:
12551258
type: string
12561259
pattern: '^[-\w]+:[^\r\n]*((\r?\n)[-\w]+:[^\r\n]*)*$'
1260+
headers_struct:
1261+
type: object
1262+
description: Dict created parsing the 'headers' field. This is a read-only field. Only make changes to 'headers' field.
12571263
active:
12581264
type: boolean
12591265
description: Active status of the connection
@@ -1283,6 +1289,9 @@ components:
12831289
headers:
12841290
type: string
12851291
pattern: '^[-\w]+:[^\r\n]*((\r?\n)[-\w]+:[^\r\n]*)*$'
1292+
headers_struct:
1293+
type: object
1294+
description: Dict created parsing the 'headers' field. This is a read-only field. Only make changes to 'headers' field.
12861295
active:
12871296
type: boolean
12881297
description: Active status of the connection
@@ -1602,6 +1611,9 @@ components:
16021611
$ref: '#/components/schemas/ChangeRecord'
16031612
headers:
16041613
type: string
1614+
headers_struct:
1615+
type: object
1616+
description: Struct created by parsing the 'headers' field. This is a read-only field. Only make changes to 'headers' field.
16051617
routing_key:
16061618
type: string
16071619
description: Connection Target schema

0 commit comments

Comments
 (0)