File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5303,6 +5303,7 @@ components:
5303
5303
nullable : true
5304
5304
key :
5305
5305
type : string
5306
+ nullable : true
5306
5307
tags :
5307
5308
type : array
5308
5309
items :
@@ -5317,8 +5318,6 @@ components:
5317
5318
id : b2f34145-0343-41a4-9602-4c69dec2f269
5318
5319
key : IL1deIyHyQA40WpeLeA1bIUXuvTwlGjo
5319
5320
additionalProperties : false
5320
- required :
5321
- - key
5322
5321
KeyAuthWithoutParents :
5323
5322
type : object
5324
5323
properties :
@@ -5338,6 +5337,7 @@ components:
5338
5337
nullable : true
5339
5338
key :
5340
5339
type : string
5340
+ nullable : true
5341
5341
tags :
5342
5342
type : array
5343
5343
items :
@@ -5350,8 +5350,6 @@ components:
5350
5350
id : b2f34145-0343-41a4-9602-4c69dec2f269
5351
5351
key : IL1deIyHyQA40WpeLeA1bIUXuvTwlGjo
5352
5352
additionalProperties : false
5353
- required :
5354
- - key
5355
5353
KeySet :
5356
5354
type : object
5357
5355
properties :
Original file line number Diff line number Diff line change @@ -210,6 +210,9 @@ components:
210
210
attributes :
211
211
description : Attributes for the entity.
212
212
type : object
213
+ match :
214
+ description : The matched text from the record.
215
+ type : string
213
216
required :
214
217
- id
215
218
- type
Original file line number Diff line number Diff line change @@ -1316,6 +1316,9 @@ components:
1316
1316
type : object
1317
1317
discriminator :
1318
1318
propertyName : strategy_type
1319
+ mapping :
1320
+ key_auth : ' #/components/schemas/AppAuthStrategyKeyAuthRequest'
1321
+ openid_connect : ' #/components/schemas/AppAuthStrategyOpenIDConnectRequest'
1319
1322
oneOf :
1320
1323
- $ref : ' #/components/schemas/AppAuthStrategyKeyAuthRequest'
1321
1324
- $ref : ' #/components/schemas/AppAuthStrategyOpenIDConnectRequest'
@@ -1327,6 +1330,9 @@ components:
1327
1330
type : object
1328
1331
discriminator :
1329
1332
propertyName : strategy_type
1333
+ mapping :
1334
+ key_auth : ' #/components/schemas/AppAuthStrategyKeyAuthResponse'
1335
+ openid_connect : ' #/components/schemas/AppAuthStrategyOpenIDConnectResponse'
1330
1336
oneOf :
1331
1337
- $ref : ' #/components/schemas/AppAuthStrategyKeyAuthResponse'
1332
1338
- $ref : ' #/components/schemas/AppAuthStrategyOpenIDConnectResponse'
You can’t perform that action at this time.
0 commit comments