@anyproto/anytype-mcp 1.0.8 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "icon": {
77
77
  "type": "object",
78
- "description": "The icon of the object",
78
+ "description": "The icon of the object, or null if the object has no icon",
79
79
  "properties": {
80
80
  "emoji": {
81
81
  "type": "string",
@@ -246,7 +246,7 @@
246
246
  },
247
247
  "type": {
248
248
  "type": "object",
249
- "description": "The type of the object",
249
+ "description": "The type of the object, or null if the type has been deleted.",
250
250
  "properties": {
251
251
  "archived": {
252
252
  "type": "boolean",
@@ -254,7 +254,7 @@
254
254
  },
255
255
  "icon": {
256
256
  "type": "object",
257
- "description": "The icon of the object",
257
+ "description": "The icon of the object, or null if the object has no icon",
258
258
  "properties": {
259
259
  "emoji": {
260
260
  "type": "string",
@@ -288,7 +288,6 @@
288
288
  "note",
289
289
  "bookmark",
290
290
  "set",
291
- "set",
292
291
  "collection",
293
292
  "participant"
294
293
  ]
@@ -425,7 +424,7 @@
425
424
  },
426
425
  "icon": {
427
426
  "type": "object",
428
- "description": "The icon of the object",
427
+ "description": "The icon of the object, or null if the object has no icon",
429
428
  "properties": {
430
429
  "emoji": {
431
430
  "type": "string",
@@ -455,7 +454,11 @@
455
454
  },
456
455
  "object": {
457
456
  "type": "string",
458
- "description": "The data model of the object"
457
+ "description": "The data model of the object",
458
+ "enum": [
459
+ "space",
460
+ "chat"
461
+ ]
459
462
  }
460
463
  },
461
464
  "additionalProperties": true
@@ -527,7 +530,7 @@
527
530
  },
528
531
  "icon": {
529
532
  "type": "object",
530
- "description": "The icon of the object",
533
+ "description": "The icon of the object, or null if the object has no icon",
531
534
  "properties": {
532
535
  "emoji": {
533
536
  "type": "string",
@@ -557,7 +560,11 @@
557
560
  },
558
561
  "object": {
559
562
  "type": "string",
560
- "description": "The data model of the object"
563
+ "description": "The data model of the object",
564
+ "enum": [
565
+ "space",
566
+ "chat"
567
+ ]
561
568
  }
562
569
  },
563
570
  "additionalProperties": true
@@ -601,7 +608,7 @@
601
608
  },
602
609
  "icon": {
603
610
  "type": "object",
604
- "description": "The icon of the object",
611
+ "description": "The icon of the object, or null if the object has no icon",
605
612
  "properties": {
606
613
  "emoji": {
607
614
  "type": "string",
@@ -631,7 +638,11 @@
631
638
  },
632
639
  "object": {
633
640
  "type": "string",
634
- "description": "The data model of the object"
641
+ "description": "The data model of the object",
642
+ "enum": [
643
+ "space",
644
+ "chat"
645
+ ]
635
646
  }
636
647
  },
637
648
  "additionalProperties": true
@@ -683,7 +694,7 @@
683
694
  },
684
695
  "icon": {
685
696
  "type": "object",
686
- "description": "The icon of the object",
697
+ "description": "The icon of the object, or null if the object has no icon",
687
698
  "properties": {
688
699
  "emoji": {
689
700
  "type": "string",
@@ -713,7 +724,11 @@
713
724
  },
714
725
  "object": {
715
726
  "type": "string",
716
- "description": "The data model of the object"
727
+ "description": "The data model of the object",
728
+ "enum": [
729
+ "space",
730
+ "chat"
731
+ ]
717
732
  }
718
733
  },
719
734
  "additionalProperties": true
@@ -844,7 +859,7 @@
844
859
  "greater",
845
860
  "less",
846
861
  "greater_or_equal",
847
- "less_or_equal",
862
+ "less_or _equal",
848
863
  "like",
849
864
  "not_like",
850
865
  "in",
@@ -1034,7 +1049,7 @@
1034
1049
  },
1035
1050
  "icon": {
1036
1051
  "type": "object",
1037
- "description": "The icon of the object",
1052
+ "description": "The icon of the object, or null if the object has no icon",
1038
1053
  "properties": {
1039
1054
  "emoji": {
1040
1055
  "type": "string",
@@ -1205,7 +1220,7 @@
1205
1220
  },
1206
1221
  "type": {
1207
1222
  "type": "object",
1208
- "description": "The type of the object",
1223
+ "description": "The type of the object, or null if the type has been deleted.",
1209
1224
  "properties": {
1210
1225
  "archived": {
1211
1226
  "type": "boolean",
@@ -1213,7 +1228,7 @@
1213
1228
  },
1214
1229
  "icon": {
1215
1230
  "type": "object",
1216
- "description": "The icon of the object",
1231
+ "description": "The icon of the object, or null if the object has no icon",
1217
1232
  "properties": {
1218
1233
  "emoji": {
1219
1234
  "type": "string",
@@ -1247,7 +1262,6 @@
1247
1262
  "note",
1248
1263
  "bookmark",
1249
1264
  "set",
1250
- "set",
1251
1265
  "collection",
1252
1266
  "participant"
1253
1267
  ]
@@ -1386,7 +1400,7 @@
1386
1400
  },
1387
1401
  "icon": {
1388
1402
  "type": "object",
1389
- "description": "The icon of the object",
1403
+ "description": "The icon of the object, or null if the object has no icon",
1390
1404
  "properties": {
1391
1405
  "emoji": {
1392
1406
  "type": "string",
@@ -1507,7 +1521,7 @@
1507
1521
  },
1508
1522
  "icon": {
1509
1523
  "type": "object",
1510
- "description": "The icon of the object",
1524
+ "description": "The icon of the object, or null if the object has no icon",
1511
1525
  "properties": {
1512
1526
  "emoji": {
1513
1527
  "type": "string",
@@ -1611,7 +1625,7 @@
1611
1625
  },
1612
1626
  "icon": {
1613
1627
  "type": "object",
1614
- "description": "The icon of the object",
1628
+ "description": "The icon of the object, or null if the object has no icon",
1615
1629
  "properties": {
1616
1630
  "emoji": {
1617
1631
  "type": "string",
@@ -1782,7 +1796,7 @@
1782
1796
  },
1783
1797
  "type": {
1784
1798
  "type": "object",
1785
- "description": "The type of the object",
1799
+ "description": "The type of the object, or null if the type has been deleted.",
1786
1800
  "properties": {
1787
1801
  "archived": {
1788
1802
  "type": "boolean",
@@ -1790,7 +1804,7 @@
1790
1804
  },
1791
1805
  "icon": {
1792
1806
  "type": "object",
1793
- "description": "The icon of the object",
1807
+ "description": "The icon of the object, or null if the object has no icon",
1794
1808
  "properties": {
1795
1809
  "emoji": {
1796
1810
  "type": "string",
@@ -1824,7 +1838,6 @@
1824
1838
  "note",
1825
1839
  "bookmark",
1826
1840
  "set",
1827
- "set",
1828
1841
  "collection",
1829
1842
  "participant"
1830
1843
  ]
@@ -1938,7 +1951,7 @@
1938
1951
  },
1939
1952
  "icon": {
1940
1953
  "type": "object",
1941
- "description": "The icon of the object",
1954
+ "description": "The icon of the object, or null if the object has no icon",
1942
1955
  "properties": {
1943
1956
  "emoji": {
1944
1957
  "type": "string",
@@ -1960,7 +1973,7 @@
1960
1973
  },
1961
1974
  "properties": {
1962
1975
  "type": "array",
1963
- "description": "⚠ Warning: Properties are experimental and may change in the next update. ⚠ The properties to set on the object; see ListTypes or GetType endpoints for linked properties",
1976
+ "description": "The properties to set on the object; see ListTypes or GetType endpoints for linked properties",
1964
1977
  "items": {
1965
1978
  "type": "object",
1966
1979
  "properties": {
@@ -2093,7 +2106,7 @@
2093
2106
  },
2094
2107
  "icon": {
2095
2108
  "type": "object",
2096
- "description": "The icon of the object",
2109
+ "description": "The icon of the object, or null if the object has no icon",
2097
2110
  "properties": {
2098
2111
  "emoji": {
2099
2112
  "type": "string",
@@ -2268,7 +2281,7 @@
2268
2281
  },
2269
2282
  "type": {
2270
2283
  "type": "object",
2271
- "description": "The type of the object",
2284
+ "description": "The type of the object, or null if the type has been deleted.",
2272
2285
  "properties": {
2273
2286
  "archived": {
2274
2287
  "type": "boolean",
@@ -2276,7 +2289,7 @@
2276
2289
  },
2277
2290
  "icon": {
2278
2291
  "type": "object",
2279
- "description": "The icon of the object",
2292
+ "description": "The icon of the object, or null if the object has no icon",
2280
2293
  "properties": {
2281
2294
  "emoji": {
2282
2295
  "type": "string",
@@ -2310,7 +2323,6 @@
2310
2323
  "note",
2311
2324
  "bookmark",
2312
2325
  "set",
2313
- "set",
2314
2326
  "collection",
2315
2327
  "participant"
2316
2328
  ]
@@ -2417,7 +2429,7 @@
2417
2429
  },
2418
2430
  "icon": {
2419
2431
  "type": "object",
2420
- "description": "The icon of the object",
2432
+ "description": "The icon of the object, or null if the object has no icon",
2421
2433
  "properties": {
2422
2434
  "emoji": {
2423
2435
  "type": "string",
@@ -2592,7 +2604,7 @@
2592
2604
  },
2593
2605
  "type": {
2594
2606
  "type": "object",
2595
- "description": "The type of the object",
2607
+ "description": "The type of the object, or null if the type has been deleted.",
2596
2608
  "properties": {
2597
2609
  "archived": {
2598
2610
  "type": "boolean",
@@ -2600,7 +2612,7 @@
2600
2612
  },
2601
2613
  "icon": {
2602
2614
  "type": "object",
2603
- "description": "The icon of the object",
2615
+ "description": "The icon of the object, or null if the object has no icon",
2604
2616
  "properties": {
2605
2617
  "emoji": {
2606
2618
  "type": "string",
@@ -2634,7 +2646,6 @@
2634
2646
  "note",
2635
2647
  "bookmark",
2636
2648
  "set",
2637
- "set",
2638
2649
  "collection",
2639
2650
  "participant"
2640
2651
  ]
@@ -2749,7 +2760,7 @@
2749
2760
  },
2750
2761
  "icon": {
2751
2762
  "type": "object",
2752
- "description": "The icon of the object",
2763
+ "description": "The icon of the object, or null if the object has no icon",
2753
2764
  "properties": {
2754
2765
  "emoji": {
2755
2766
  "type": "string",
@@ -2924,7 +2935,7 @@
2924
2935
  },
2925
2936
  "type": {
2926
2937
  "type": "object",
2927
- "description": "The type of the object",
2938
+ "description": "The type of the object, or null if the type has been deleted.",
2928
2939
  "properties": {
2929
2940
  "archived": {
2930
2941
  "type": "boolean",
@@ -2932,7 +2943,7 @@
2932
2943
  },
2933
2944
  "icon": {
2934
2945
  "type": "object",
2935
- "description": "The icon of the object",
2946
+ "description": "The icon of the object, or null if the object has no icon",
2936
2947
  "properties": {
2937
2948
  "emoji": {
2938
2949
  "type": "string",
@@ -2966,7 +2977,6 @@
2966
2977
  "note",
2967
2978
  "bookmark",
2968
2979
  "set",
2969
- "set",
2970
2980
  "collection",
2971
2981
  "participant"
2972
2982
  ]
@@ -3056,7 +3066,7 @@
3056
3066
  },
3057
3067
  "icon": {
3058
3068
  "type": "object",
3059
- "description": "The icon of the object",
3069
+ "description": "The icon of the object, or null if the object has no icon",
3060
3070
  "properties": {
3061
3071
  "emoji": {
3062
3072
  "type": "string",
@@ -3072,13 +3082,17 @@
3072
3082
  },
3073
3083
  "additionalProperties": true
3074
3084
  },
3085
+ "markdown": {
3086
+ "type": "string",
3087
+ "description": "The updated body of the object"
3088
+ },
3075
3089
  "name": {
3076
3090
  "type": "string",
3077
3091
  "description": "The name of the object"
3078
3092
  },
3079
3093
  "properties": {
3080
3094
  "type": "array",
3081
- "description": "⚠ Warning: Properties are experimental and may change in the next update. ⚠ The properties to set for the object; see ListTypes or GetType endpoints for linked properties",
3095
+ "description": "The properties to set for the object; see ListTypes or GetType endpoints for linked properties",
3082
3096
  "items": {
3083
3097
  "type": "object",
3084
3098
  "properties": {
@@ -3183,6 +3197,10 @@
3183
3197
  }
3184
3198
  }
3185
3199
  }
3200
+ },
3201
+ "type_key": {
3202
+ "type": "string",
3203
+ "description": "The key of the type of object to set"
3186
3204
  }
3187
3205
  },
3188
3206
  "required": [
@@ -3203,7 +3221,7 @@
3203
3221
  },
3204
3222
  "icon": {
3205
3223
  "type": "object",
3206
- "description": "The icon of the object",
3224
+ "description": "The icon of the object, or null if the object has no icon",
3207
3225
  "properties": {
3208
3226
  "emoji": {
3209
3227
  "type": "string",
@@ -3378,7 +3396,7 @@
3378
3396
  },
3379
3397
  "type": {
3380
3398
  "type": "object",
3381
- "description": "The type of the object",
3399
+ "description": "The type of the object, or null if the type has been deleted.",
3382
3400
  "properties": {
3383
3401
  "archived": {
3384
3402
  "type": "boolean",
@@ -3386,7 +3404,7 @@
3386
3404
  },
3387
3405
  "icon": {
3388
3406
  "type": "object",
3389
- "description": "The icon of the object",
3407
+ "description": "The icon of the object, or null if the object has no icon",
3390
3408
  "properties": {
3391
3409
  "emoji": {
3392
3410
  "type": "string",
@@ -3420,7 +3438,6 @@
3420
3438
  "note",
3421
3439
  "bookmark",
3422
3440
  "set",
3423
- "set",
3424
3441
  "collection",
3425
3442
  "participant"
3426
3443
  ]
@@ -3630,6 +3647,44 @@
3630
3647
  "name": {
3631
3648
  "type": "string",
3632
3649
  "description": "The name of the property"
3650
+ },
3651
+ "tags": {
3652
+ "type": "array",
3653
+ "description": "Tags to create for select/multi_select properties",
3654
+ "items": {
3655
+ "type": "object",
3656
+ "properties": {
3657
+ "color": {
3658
+ "type": "string",
3659
+ "description": "The color of the icon",
3660
+ "enum": [
3661
+ "grey",
3662
+ "yellow",
3663
+ "orange",
3664
+ "red",
3665
+ "pink",
3666
+ "purple",
3667
+ "blue",
3668
+ "ice",
3669
+ "teal",
3670
+ "lime"
3671
+ ]
3672
+ },
3673
+ "key": {
3674
+ "type": "string",
3675
+ "description": "The optional custom key for the tag"
3676
+ },
3677
+ "name": {
3678
+ "type": "string",
3679
+ "description": "The name of the tag"
3680
+ }
3681
+ },
3682
+ "required": [
3683
+ "color",
3684
+ "name"
3685
+ ],
3686
+ "additionalProperties": true
3687
+ }
3633
3688
  }
3634
3689
  },
3635
3690
  "required": [
@@ -4033,6 +4088,10 @@
4033
4088
  "lime"
4034
4089
  ]
4035
4090
  },
4091
+ "key": {
4092
+ "type": "string",
4093
+ "description": "The optional custom key for the tag"
4094
+ },
4036
4095
  "name": {
4037
4096
  "type": "string",
4038
4097
  "description": "The name of the tag"
@@ -4276,6 +4335,10 @@
4276
4335
  "lime"
4277
4336
  ]
4278
4337
  },
4338
+ "key": {
4339
+ "type": "string",
4340
+ "description": "The key to set for the tag"
4341
+ },
4279
4342
  "name": {
4280
4343
  "type": "string",
4281
4344
  "description": "The name to set for the tag"
@@ -4414,7 +4477,7 @@
4414
4477
  },
4415
4478
  "icon": {
4416
4479
  "type": "object",
4417
- "description": "The icon of the object",
4480
+ "description": "The icon of the object, or null if the object has no icon",
4418
4481
  "properties": {
4419
4482
  "emoji": {
4420
4483
  "type": "string",
@@ -4585,7 +4648,7 @@
4585
4648
  },
4586
4649
  "type": {
4587
4650
  "type": "object",
4588
- "description": "The type of the object",
4651
+ "description": "The type of the object, or null if the type has been deleted.",
4589
4652
  "properties": {
4590
4653
  "archived": {
4591
4654
  "type": "boolean",
@@ -4593,7 +4656,7 @@
4593
4656
  },
4594
4657
  "icon": {
4595
4658
  "type": "object",
4596
- "description": "The icon of the object",
4659
+ "description": "The icon of the object, or null if the object has no icon",
4597
4660
  "properties": {
4598
4661
  "emoji": {
4599
4662
  "type": "string",
@@ -4627,7 +4690,6 @@
4627
4690
  "note",
4628
4691
  "bookmark",
4629
4692
  "set",
4630
- "set",
4631
4693
  "collection",
4632
4694
  "participant"
4633
4695
  ]
@@ -4758,7 +4820,7 @@
4758
4820
  "description": "The list of items in the current result set",
4759
4821
  "items": {
4760
4822
  "type": "object",
4761
- "description": "The type of the object",
4823
+ "description": "The type of the object, or null if the type has been deleted.",
4762
4824
  "properties": {
4763
4825
  "archived": {
4764
4826
  "type": "boolean",
@@ -4766,7 +4828,7 @@
4766
4828
  },
4767
4829
  "icon": {
4768
4830
  "type": "object",
4769
- "description": "The icon of the object",
4831
+ "description": "The icon of the object, or null if the object has no icon",
4770
4832
  "properties": {
4771
4833
  "emoji": {
4772
4834
  "type": "string",
@@ -4800,7 +4862,6 @@
4800
4862
  "note",
4801
4863
  "bookmark",
4802
4864
  "set",
4803
- "set",
4804
4865
  "collection",
4805
4866
  "participant"
4806
4867
  ]
@@ -4907,7 +4968,7 @@
4907
4968
  },
4908
4969
  "icon": {
4909
4970
  "type": "object",
4910
- "description": "The icon of the object",
4971
+ "description": "The icon of the object, or null if the object has no icon",
4911
4972
  "properties": {
4912
4973
  "emoji": {
4913
4974
  "type": "string",
@@ -4947,7 +5008,7 @@
4947
5008
  },
4948
5009
  "properties": {
4949
5010
  "type": "array",
4950
- "description": "⚠ Warning: Properties are experimental and may change in the next update. ⚠ The properties linked to the type",
5011
+ "description": "The properties linked to the type",
4951
5012
  "items": {
4952
5013
  "type": "object",
4953
5014
  "properties": {
@@ -4998,7 +5059,7 @@
4998
5059
  "properties": {
4999
5060
  "type": {
5000
5061
  "type": "object",
5001
- "description": "The type of the object",
5062
+ "description": "The type of the object, or null if the type has been deleted.",
5002
5063
  "properties": {
5003
5064
  "archived": {
5004
5065
  "type": "boolean",
@@ -5006,7 +5067,7 @@
5006
5067
  },
5007
5068
  "icon": {
5008
5069
  "type": "object",
5009
- "description": "The icon of the object",
5070
+ "description": "The icon of the object, or null if the object has no icon",
5010
5071
  "properties": {
5011
5072
  "emoji": {
5012
5073
  "type": "string",
@@ -5040,7 +5101,6 @@
5040
5101
  "note",
5041
5102
  "bookmark",
5042
5103
  "set",
5043
- "set",
5044
5104
  "collection",
5045
5105
  "participant"
5046
5106
  ]
@@ -5136,7 +5196,7 @@
5136
5196
  "properties": {
5137
5197
  "type": {
5138
5198
  "type": "object",
5139
- "description": "The type of the object",
5199
+ "description": "The type of the object, or null if the type has been deleted.",
5140
5200
  "properties": {
5141
5201
  "archived": {
5142
5202
  "type": "boolean",
@@ -5144,7 +5204,7 @@
5144
5204
  },
5145
5205
  "icon": {
5146
5206
  "type": "object",
5147
- "description": "The icon of the object",
5207
+ "description": "The icon of the object, or null if the object has no icon",
5148
5208
  "properties": {
5149
5209
  "emoji": {
5150
5210
  "type": "string",
@@ -5178,7 +5238,6 @@
5178
5238
  "note",
5179
5239
  "bookmark",
5180
5240
  "set",
5181
- "set",
5182
5241
  "collection",
5183
5242
  "participant"
5184
5243
  ]
@@ -5274,7 +5333,7 @@
5274
5333
  "properties": {
5275
5334
  "type": {
5276
5335
  "type": "object",
5277
- "description": "The type of the object",
5336
+ "description": "The type of the object, or null if the type has been deleted.",
5278
5337
  "properties": {
5279
5338
  "archived": {
5280
5339
  "type": "boolean",
@@ -5282,7 +5341,7 @@
5282
5341
  },
5283
5342
  "icon": {
5284
5343
  "type": "object",
5285
- "description": "The icon of the object",
5344
+ "description": "The icon of the object, or null if the object has no icon",
5286
5345
  "properties": {
5287
5346
  "emoji": {
5288
5347
  "type": "string",
@@ -5316,7 +5375,6 @@
5316
5375
  "note",
5317
5376
  "bookmark",
5318
5377
  "set",
5319
- "set",
5320
5378
  "collection",
5321
5379
  "participant"
5322
5380
  ]
@@ -5403,7 +5461,7 @@
5403
5461
  },
5404
5462
  "icon": {
5405
5463
  "type": "object",
5406
- "description": "The icon of the object",
5464
+ "description": "The icon of the object, or null if the object has no icon",
5407
5465
  "properties": {
5408
5466
  "emoji": {
5409
5467
  "type": "string",
@@ -5443,7 +5501,7 @@
5443
5501
  },
5444
5502
  "properties": {
5445
5503
  "type": "array",
5446
- "description": "⚠ Warning: Properties are experimental and may change in the next update. ⚠ The properties to set for the type",
5504
+ "description": "The properties to set for the type",
5447
5505
  "items": {
5448
5506
  "type": "object",
5449
5507
  "properties": {
@@ -5492,7 +5550,7 @@
5492
5550
  "properties": {
5493
5551
  "type": {
5494
5552
  "type": "object",
5495
- "description": "The type of the object",
5553
+ "description": "The type of the object, or null if the type has been deleted.",
5496
5554
  "properties": {
5497
5555
  "archived": {
5498
5556
  "type": "boolean",
@@ -5500,7 +5558,7 @@
5500
5558
  },
5501
5559
  "icon": {
5502
5560
  "type": "object",
5503
- "description": "The icon of the object",
5561
+ "description": "The icon of the object, or null if the object has no icon",
5504
5562
  "properties": {
5505
5563
  "emoji": {
5506
5564
  "type": "string",
@@ -5534,7 +5592,6 @@
5534
5592
  "note",
5535
5593
  "bookmark",
5536
5594
  "set",
5537
- "set",
5538
5595
  "collection",
5539
5596
  "participant"
5540
5597
  ]
@@ -5650,7 +5707,7 @@
5650
5707
  },
5651
5708
  "icon": {
5652
5709
  "type": "object",
5653
- "description": "The icon of the object",
5710
+ "description": "The icon of the object, or null if the object has no icon",
5654
5711
  "properties": {
5655
5712
  "emoji": {
5656
5713
  "type": "string",
@@ -5821,7 +5878,7 @@
5821
5878
  },
5822
5879
  "type": {
5823
5880
  "type": "object",
5824
- "description": "The type of the object",
5881
+ "description": "The type of the object, or null if the type has been deleted.",
5825
5882
  "properties": {
5826
5883
  "archived": {
5827
5884
  "type": "boolean",
@@ -5829,7 +5886,7 @@
5829
5886
  },
5830
5887
  "icon": {
5831
5888
  "type": "object",
5832
- "description": "The icon of the object",
5889
+ "description": "The icon of the object, or null if the object has no icon",
5833
5890
  "properties": {
5834
5891
  "emoji": {
5835
5892
  "type": "string",
@@ -5863,7 +5920,6 @@
5863
5920
  "note",
5864
5921
  "bookmark",
5865
5922
  "set",
5866
- "set",
5867
5923
  "collection",
5868
5924
  "participant"
5869
5925
  ]
@@ -5999,7 +6055,7 @@
5999
6055
  },
6000
6056
  "icon": {
6001
6057
  "type": "object",
6002
- "description": "The icon of the object",
6058
+ "description": "The icon of the object, or null if the object has no icon",
6003
6059
  "properties": {
6004
6060
  "emoji": {
6005
6061
  "type": "string",
@@ -6174,7 +6230,7 @@
6174
6230
  },
6175
6231
  "type": {
6176
6232
  "type": "object",
6177
- "description": "The type of the object",
6233
+ "description": "The type of the object, or null if the type has been deleted.",
6178
6234
  "properties": {
6179
6235
  "archived": {
6180
6236
  "type": "boolean",
@@ -6182,7 +6238,7 @@
6182
6238
  },
6183
6239
  "icon": {
6184
6240
  "type": "object",
6185
- "description": "The icon of the object",
6241
+ "description": "The icon of the object, or null if the object has no icon",
6186
6242
  "properties": {
6187
6243
  "emoji": {
6188
6244
  "type": "string",
@@ -6216,7 +6272,6 @@
6216
6272
  "note",
6217
6273
  "bookmark",
6218
6274
  "set",
6219
- "set",
6220
6275
  "collection",
6221
6276
  "participant"
6222
6277
  ]