Skip to content

Commit f60a35b

Browse files
author
github-actions
committed
Update OpenAPI schemas
1 parent 3a3f4a3 commit f60a35b

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

core-api/core-api.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
}
9292
},
9393
"AccountResponse": {
94+
"type": "object",
9495
"properties": {
9596
"_links": {
9697
"type": "object",
@@ -370,6 +371,7 @@
370371
]
371372
},
372373
"AnalyticsExportResponse": {
374+
"type": "object",
373375
"properties": {
374376
"_links": {
375377
"type": "object",
@@ -609,6 +611,7 @@
609611
]
610612
},
611613
"AnalyticsReportResponse": {
614+
"type": "object",
612615
"properties": {
613616
"_links": {
614617
"type": "object",
@@ -716,6 +719,7 @@
716719
}
717720
},
718721
"Attachment": {
722+
"type": "object",
719723
"properties": {
720724
"id": {
721725
"type": "string",
@@ -775,6 +779,7 @@
775779
}
776780
},
777781
"ChannelResponse": {
782+
"type": "object",
778783
"properties": {
779784
"_links": {
780785
"type": "object",
@@ -886,6 +891,7 @@
886891
}
887892
},
888893
"CommentResponse": {
894+
"type": "object",
889895
"properties": {
890896
"_links": {
891897
"type": "object",
@@ -1035,6 +1041,7 @@
10351041
}
10361042
},
10371043
"ContactListResponses": {
1044+
"type": "object",
10381045
"properties": {
10391046
"_links": {
10401047
"type": "object",
@@ -1099,6 +1106,7 @@
10991106
}
11001107
},
11011108
"ContactResponse": {
1109+
"type": "object",
11021110
"properties": {
11031111
"_links": {
11041112
"type": "object",
@@ -1200,6 +1208,7 @@
12001208
}
12011209
},
12021210
"ConversationResponse": {
1211+
"type": "object",
12031212
"properties": {
12041213
"_links": {
12051214
"type": "object",
@@ -2024,6 +2033,7 @@
20242033
}
20252034
},
20262035
"CustomFieldResponse": {
2036+
"type": "object",
20272037
"properties": {
20282038
"_links": {
20292039
"type": "object",
@@ -2216,7 +2226,8 @@
22162226
]
22172227
},
22182228
"EventResponse": {
2219-
"description": "An event is created everytime something interesting is happening in Front.",
2229+
"type": "object",
2230+
"description": "An event is created every time something interesting is happening in Front.",
22202231
"properties": {
22212232
"_links": {
22222233
"type": "object",
@@ -2367,6 +2378,7 @@
23672378
}
23682379
},
23692380
"IdentityResponse": {
2381+
"type": "object",
23702382
"properties": {
23712383
"_links": {
23722384
"type": "object",
@@ -2543,6 +2555,7 @@
25432555
}
25442556
},
25452557
"InboxResponse": {
2558+
"type": "object",
25462559
"properties": {
25472560
"_links": {
25482561
"type": "object",
@@ -2754,6 +2767,7 @@
27542767
}
27552768
},
27562769
"KnowledgeBaseArticleSlimResponse": {
2770+
"type": "object",
27572771
"properties": {
27582772
"_links": {
27592773
"type": "object",
@@ -2925,6 +2939,7 @@
29252939
}
29262940
},
29272941
"KnowledgeBaseCategorySlimResponse": {
2942+
"type": "object",
29282943
"properties": {
29292944
"_links": {
29302945
"type": "object",
@@ -3026,6 +3041,7 @@
30263041
}
30273042
},
30283043
"KnowledgeBaseResponse": {
3044+
"type": "object",
30293045
"properties": {
30303046
"_links": {
30313047
"type": "object",
@@ -3224,6 +3240,7 @@
32243240
}
32253241
},
32263242
"MessageResponse": {
3243+
"type": "object",
32273244
"properties": {
32283245
"_links": {
32293246
"type": "object",
@@ -3415,6 +3432,7 @@
34153432
}
34163433
},
34173434
"MessageTemplateFolderResponse": {
3435+
"type": "object",
34183436
"properties": {
34193437
"_links": {
34203438
"type": "object",
@@ -3474,6 +3492,7 @@
34743492
}
34753493
},
34763494
"MessageTemplateResponse": {
3495+
"type": "object",
34773496
"properties": {
34783497
"_links": {
34793498
"type": "object",
@@ -3714,6 +3733,7 @@
37143733
}
37153734
},
37163735
"RecipientResponse": {
3736+
"type": "object",
37173737
"properties": {
37183738
"_links": {
37193739
"type": "object",
@@ -3754,6 +3774,7 @@
37543774
}
37553775
},
37563776
"Reminder": {
3777+
"type": "object",
37573778
"properties": {
37583779
"_links": {
37593780
"type": "object",
@@ -3826,6 +3847,7 @@
38263847
"type": "string"
38273848
},
38283849
"RoleResponse": {
3850+
"type": "object",
38293851
"properties": {
38303852
"_links": {
38313853
"type": "object",
@@ -3854,6 +3876,7 @@
38543876
}
38553877
},
38563878
"RuleResponse": {
3879+
"type": "object",
38573880
"properties": {
38583881
"_links": {
38593882
"type": "object",
@@ -3906,6 +3929,7 @@
39063929
}
39073930
},
39083931
"SeenReceiptResponse": {
3932+
"type": "object",
39093933
"properties": {
39103934
"_links": {
39113935
"type": "object",
@@ -4059,6 +4083,7 @@
40594083
}
40604084
},
40614085
"SignatureResponse": {
4086+
"type": "object",
40624087
"properties": {
40634088
"_links": {
40644089
"type": "object",
@@ -4323,6 +4348,7 @@
43234348
}
43244349
},
43254350
"TeamResponse": {
4351+
"type": "object",
43264352
"properties": {
43274353
"_links": {
43284354
"type": "object",
@@ -4361,6 +4387,7 @@
43614387
}
43624388
},
43634389
"TeammateGroupResponse": {
4390+
"type": "object",
43644391
"description": "A teammate group is a group of teammates in Front.",
43654392
"properties": {
43664393
"_links": {
@@ -4478,6 +4505,7 @@
44784505
}
44794506
},
44804507
"TeammateResponse": {
4508+
"type": "object",
44814509
"description": "A teammate is a user in Front.",
44824510
"properties": {
44834511
"_links": {
@@ -5086,6 +5114,7 @@
50865114
"properties": {
50875115
"next": {
50885116
"type": "string",
5117+
"nullable": true,
50895118
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
50905119
"example": "https://yourCompany.api.frontapp.com/message_templates?page_token=9fa92a7f385fd7be43f7153055b30e6d"
50915120
}
@@ -5124,6 +5153,7 @@
51245153
"properties": {
51255154
"next": {
51265155
"type": "string",
5156+
"nullable": true,
51275157
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
51285158
"example": "https://yourCompany.api.frontapp.com/message_template_folders?page_token=9fa92a7f385fd7be43f7153055b30e6d"
51295159
}
@@ -5162,6 +5192,7 @@
51625192
"properties": {
51635193
"next": {
51645194
"type": "string",
5195+
"nullable": true,
51655196
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
51665197
"example": "https://yourCompany.api.frontapp.com/signatures?page_token=9fa92a7f385fd7be43f7153055b30e6d"
51675198
}
@@ -5368,6 +5399,7 @@
53685399
"properties": {
53695400
"next": {
53705401
"type": "string",
5402+
"nullable": true,
53715403
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
53725404
"example": "https://yourCompany.api.frontapp.com/contacts?page_token=e0b5767cb0f1100743d46f67fcd765caac2ed"
53735405
}
@@ -5406,6 +5438,7 @@
54065438
"properties": {
54075439
"next": {
54085440
"type": "string",
5441+
"nullable": true,
54095442
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
54105443
"example": "https://yourCompany.api.frontapp.com/accounts?page_token=abae846b73ddd80f67fff73c491c41b8b0e74972f3a1079c3c8800416e06cf46"
54115444
}
@@ -5500,6 +5533,7 @@
55005533
"properties": {
55015534
"next": {
55025535
"type": "string",
5536+
"nullable": true,
55035537
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
55045538
"example": "https://yourCompany.api.frontapp.com/conversations/cnv_y4xb93i/messages?page_token=klsljs8023j09suidfjlsjiei00043lllwww998303dkef0g"
55055539
}
@@ -5538,6 +5572,7 @@
55385572
"properties": {
55395573
"next": {
55405574
"type": "string",
5575+
"nullable": true,
55415576
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
55425577
"example": "https://yourCompany.api.frontapp.com/messages/msg_1p4lvjym/seen?page_token=jk7893fgeet644abnn39"
55435578
}
@@ -5576,6 +5611,7 @@
55765611
"properties": {
55775612
"next": {
55785613
"type": "string",
5614+
"nullable": true,
55795615
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
55805616
"example": "https://yourCompany.api.frontapp.com/conversations?page_token=ce787da6f075740cf187d926f5e9f612bc7875763a8dd37d5"
55815617
}
@@ -5614,6 +5650,7 @@
56145650
"properties": {
56155651
"next": {
56165652
"type": "string",
5653+
"nullable": true,
56175654
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
56185655
"example": "https://yourCompany.api.frontapp.com/conversations/search/:query:?page_token=d4d5f065c89f1284ea262fa6b19456239b0"
56195656
}
@@ -5657,6 +5694,7 @@
56575694
"properties": {
56585695
"next": {
56595696
"type": "string",
5697+
"nullable": true,
56605698
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
56615699
"example": "https://yourCompany.api.frontapp.com/events?page_token=2d018a5809eb90d349bc08c52cb1f4987bef"
56625700
}
@@ -5806,6 +5844,7 @@
58065844
"properties": {
58075845
"next": {
58085846
"type": "string",
5847+
"nullable": true,
58095848
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
58105849
"example": "https://yourCompany.api.frontapp.com/links?page_token=4fcb1f8ca11971c5da59c21ea686fd50"
58115850
}
@@ -5928,6 +5967,7 @@
59285967
"properties": {
59295968
"next": {
59305969
"type": "string",
5970+
"nullable": true,
59315971
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
59325972
"example": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_1/categories?page_token=134287aba8eaa55cf366400c63300a75bab0c"
59335973
}
@@ -5966,6 +6006,7 @@
59666006
"properties": {
59676007
"next": {
59686008
"type": "string",
6009+
"nullable": true,
59696010
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
59706011
"example": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_1/articles?page_token=134287aba8eaa55cf366400c63300a75bab0c"
59716012
}

0 commit comments

Comments
 (0)