Skip to content

Commit 81c5053

Browse files
markdennis22claude
andauthored
fix: Mark conversation_id as required in message schema (#423)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ba4ec52 commit 81c5053

File tree

10 files changed

+40
-10
lines changed

10 files changed

+40
-10
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6707,7 +6707,10 @@ paths:
67076707
message_type: inapp
67086708
conversation_id: '499'
67096709
schema:
6710-
"$ref": "#/components/schemas/message"
6710+
allOf:
6711+
- "$ref": "#/components/schemas/message"
6712+
required:
6713+
- conversation_id
67116714
'404':
67126715
description: Contact Not Found
67136716
content:

descriptions/2.10/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4373,7 +4373,10 @@ paths:
43734373
message_type: inapp
43744374
conversation_id: '483'
43754375
schema:
4376-
"$ref": "#/components/schemas/message"
4376+
allOf:
4377+
- "$ref": "#/components/schemas/message"
4378+
required:
4379+
- conversation_id
43774380
'404':
43784381
description: Contact Not Found
43794382
content:

descriptions/2.11/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4474,7 +4474,10 @@ paths:
44744474
message_type: inapp
44754475
conversation_id: '363'
44764476
schema:
4477-
"$ref": "#/components/schemas/message"
4477+
allOf:
4478+
- "$ref": "#/components/schemas/message"
4479+
required:
4480+
- conversation_id
44784481
'404':
44794482
description: Contact Not Found
44804483
content:

descriptions/2.12/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4989,7 +4989,10 @@ paths:
49894989
message_type: inapp
49904990
conversation_id: '33'
49914991
schema:
4992-
"$ref": "#/components/schemas/message"
4992+
allOf:
4993+
- "$ref": "#/components/schemas/message"
4994+
required:
4995+
- conversation_id
49934996
'404':
49944997
description: Contact Not Found
49954998
content:

descriptions/2.13/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5660,7 +5660,10 @@ paths:
56605660
message_type: inapp
56615661
conversation_id: '33'
56625662
schema:
5663-
"$ref": "#/components/schemas/message"
5663+
allOf:
5664+
- "$ref": "#/components/schemas/message"
5665+
required:
5666+
- conversation_id
56645667
'404':
56655668
description: Contact Not Found
56665669
content:

descriptions/2.14/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6120,7 +6120,10 @@ paths:
61206120
message_type: inapp
61216121
conversation_id: '499'
61226122
schema:
6123-
"$ref": "#/components/schemas/message"
6123+
allOf:
6124+
- "$ref": "#/components/schemas/message"
6125+
required:
6126+
- conversation_id
61246127
'404':
61256128
description: Contact Not Found
61266129
content:

descriptions/2.15/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6191,7 +6191,10 @@ paths:
61916191
message_type: inapp
61926192
conversation_id: '499'
61936193
schema:
6194-
"$ref": "#/components/schemas/message"
6194+
allOf:
6195+
- "$ref": "#/components/schemas/message"
6196+
required:
6197+
- conversation_id
61956198
'404':
61966199
description: Contact Not Found
61976200
content:

descriptions/2.7/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4582,7 +4582,10 @@ paths:
45824582
message_type: inapp
45834583
conversation_id: '33'
45844584
schema:
4585-
"$ref": "#/components/schemas/message"
4585+
allOf:
4586+
- "$ref": "#/components/schemas/message"
4587+
required:
4588+
- conversation_id
45864589
'404':
45874590
description: Contact Not Found
45884591
content:

descriptions/2.8/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4582,7 +4582,10 @@ paths:
45824582
message_type: inapp
45834583
conversation_id: '181'
45844584
schema:
4585-
"$ref": "#/components/schemas/message"
4585+
allOf:
4586+
- "$ref": "#/components/schemas/message"
4587+
required:
4588+
- conversation_id
45864589
'404':
45874590
description: Contact Not Found
45884591
content:

descriptions/2.9/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4583,7 +4583,10 @@ paths:
45834583
message_type: inapp
45844584
conversation_id: '329'
45854585
schema:
4586-
"$ref": "#/components/schemas/message"
4586+
allOf:
4587+
- "$ref": "#/components/schemas/message"
4588+
required:
4589+
- conversation_id
45874590
'404':
45884591
description: Contact Not Found
45894592
content:

0 commit comments

Comments
 (0)