9899
9899
"updated_at": {
9900
9900
"type": "string",
9901
9901
"description": "The last update date of the repository",
9902
- "default": ""
9902
+ "default": "",
9903
+ "nullable": true
9903
9904
},
9904
9905
"slug": {
9905
9906
"type": "string",
9909
9910
"head_full_scan_id": {
9910
9911
"type": "string",
9911
9912
"description": "The ID of the head full scan of the repository",
9912
- "default": ""
9913
+ "default": "",
9914
+ "nullable": true
9913
9915
},
9914
9916
"name": {
9915
9917
"type": "string",
9919
9921
"description": {
9920
9922
"type": "string",
9921
9923
"description": "The description of the repository",
9922
- "default": ""
9924
+ "default": "",
9925
+ "nullable": true
9923
9926
},
9924
9927
"homepage": {
9925
9928
"type": "string",
9926
9929
"description": "The homepage URL of the repository",
9927
- "default": ""
9930
+ "default": "",
9931
+ "nullable": true
9928
9932
},
9929
9933
"visibility": {
9930
9934
"type": "string",
9933
9937
"private"
9934
9938
],
9935
9939
"description": "The visibility of the repository",
9936
- "default": "private"
9940
+ "default": "private",
9941
+ "nullable": true
9937
9942
},
9938
9943
"archived": {
9939
9944
"type": "boolean",
9943
9948
"default_branch": {
9944
9949
"type": "string",
9945
9950
"description": "The default branch of the repository",
9946
- "default": "main"
9951
+ "default": "main",
9952
+ "nullable": true
9947
9953
}
9948
9954
},
9949
9955
"description": ""
@@ -10016,12 +10022,14 @@
10016
10022
"description": {
10017
10023
"type": "string",
10018
10024
"description": "The description of the repository",
10019
- "default": ""
10025
+ "default": "",
10026
+ "nullable": true
10020
10027
},
10021
10028
"homepage": {
10022
10029
"type": "string",
10023
10030
"description": "The homepage URL of the repository",
10024
- "default": ""
10031
+ "default": "",
10032
+ "nullable": true
10025
10033
},
10026
10034
"visibility": {
10027
10035
"type": "string",
10030
10038
"private"
10031
10039
],
10032
10040
"description": "The visibility of the repository",
10033
- "default": "private"
10041
+ "default": "private",
10042
+ "nullable": true
10034
10043
},
10035
10044
"archived": {
10036
10045
"type": "boolean",
10040
10049
"default_branch": {
10041
10050
"type": "string",
10042
10051
"description": "The default branch of the repository",
10043
- "default": "main"
10052
+ "default": "main",
10053
+ "nullable": true
10044
10054
}
10045
10055
},
10046
10056
"description": ""
10083
10093
"updated_at": {
10084
10094
"type": "string",
10085
10095
"description": "The last update date of the repository",
10086
- "default": ""
10096
+ "default": "",
10097
+ "nullable": true
10087
10098
},
10088
10099
"slug": {
10089
10100
"type": "string",
10093
10104
"head_full_scan_id": {
10094
10105
"type": "string",
10095
10106
"description": "The ID of the head full scan of the repository",
10096
- "default": ""
10107
+ "default": "",
10108
+ "nullable": true
10097
10109
},
10098
10110
"name": {
10099
10111
"type": "string",
@@ -10103,12 +10115,14 @@
10103
10115
"description": {
10104
10116
"type": "string",
10105
10117
"description": "The description of the repository",
10106
- "default": ""
10118
+ "default": "",
10119
+ "nullable": true
10107
10120
},
10108
10121
"homepage": {
10109
10122
"type": "string",
10110
10123
"description": "The homepage URL of the repository",
10111
- "default": ""
10124
+ "default": "",
10125
+ "nullable": true
10112
10126
},
10113
10127
"visibility": {
10114
10128
"type": "string",
10117
10131
"private"
10118
10132
],
10119
10133
"description": "The visibility of the repository",
10120
- "default": "private"
10134
+ "default": "private",
10135
+ "nullable": true
10121
10136
},
10122
10137
"archived": {
10123
10138
"type": "boolean",
10127
10142
"default_branch": {
10128
10143
"type": "string",
10129
10144
"description": "The default branch of the repository",
10130
- "default": "main"
10145
+ "default": "main",
10146
+ "nullable": true
10131
10147
}
10132
10148
},
10133
10149
"description": ""
10202
10218
"schema": {
10203
10219
"type": "object",
10204
10220
"additionalProperties": false,
10221
+ "description": "",
10205
10222
"properties": {
10206
10223
"id": {
10207
10224
"type": "string",
10216
10233
"updated_at": {
10217
10234
"type": "string",
10218
10235
"description": "The last update date of the repository",
10219
- "default": ""
10236
+ "default": "",
10237
+ "nullable": true
10220
10238
},
10221
10239
"slug": {
10222
10240
"type": "string",
10226
10244
"head_full_scan_id": {
10227
10245
"type": "string",
10228
10246
"description": "The ID of the head full scan of the repository",
10229
- "default": ""
10247
+ "default": "",
10248
+ "nullable": true
10230
10249
},
10231
10250
"name": {
10232
10251
"type": "string",
@@ -10236,12 +10255,14 @@
10236
10255
"description": {
10237
10256
"type": "string",
10238
10257
"description": "The description of the repository",
10239
- "default": ""
10258
+ "default": "",
10259
+ "nullable": true
10240
10260
},
10241
10261
"homepage": {
10242
10262
"type": "string",
10243
10263
"description": "The homepage URL of the repository",
10244
- "default": ""
10264
+ "default": "",
10265
+ "nullable": true
10245
10266
},
10246
10267
"visibility": {
10247
10268
"type": "string",
10250
10271
"private"
10251
10272
],
10252
10273
"description": "The visibility of the repository",
10253
- "default": "private"
10274
+ "default": "private",
10275
+ "nullable": true
10254
10276
},
10255
10277
"archived": {
10256
10278
"type": "boolean",
@@ -10260,10 +10282,29 @@
10260
10282
"default_branch": {
10261
10283
"type": "string",
10262
10284
"description": "The default branch of the repository",
10263
- "default": "main"
10285
+ "default": "main",
10286
+ "nullable": true
10287
+ },
10288
+ "slig": {
10289
+ "type": "string",
10290
+ "description": "The slug of the repository. This typo is intentionally preserved for backwards compatibility reasons.",
10291
+ "default": ""
10264
10292
}
10265
10293
},
10266
- "description": ""
10294
+ "required": [
10295
+ "archived",
10296
+ "created_at",
10297
+ "default_branch",
10298
+ "description",
10299
+ "head_full_scan_id",
10300
+ "homepage",
10301
+ "id",
10302
+ "name",
10303
+ "slig",
10304
+ "slug",
10305
+ "updated_at",
10306
+ "visibility"
10307
+ ]
10267
10308
}
10268
10309
}
10269
10310
},
@@ -10328,12 +10369,14 @@
10328
10369
"description": {
10329
10370
"type": "string",
10330
10371
"description": "The description of the repository",
10331
- "default": ""
10372
+ "default": "",
10373
+ "nullable": true
10332
10374
},
10333
10375
"homepage": {
10334
10376
"type": "string",
10335
10377
"description": "The homepage URL of the repository",
10336
- "default": ""
10378
+ "default": "",
10379
+ "nullable": true
10337
10380
},
10338
10381
"visibility": {
10339
10382
"type": "string",
10342
10385
"private"
10343
10386
],
10344
10387
"description": "The visibility of the repository",
10345
- "default": "private"
10388
+ "default": "private",
10389
+ "nullable": true
10346
10390
},
10347
10391
"archived": {
10348
10392
"type": "boolean",
10352
10396
"default_branch": {
10353
10397
"type": "string",
10354
10398
"description": "The default branch of the repository",
10355
- "default": "main"
10399
+ "default": "main",
10400
+ "nullable": true
10356
10401
}
10357
10402
},
10358
10403
"description": ""
10395
10440
"updated_at": {
10396
10441
"type": "string",
10397
10442
"description": "The last update date of the repository",
10398
- "default": ""
10443
+ "default": "",
10444
+ "nullable": true
10399
10445
},
10400
10446
"slug": {
10401
10447
"type": "string",
10405
10451
"head_full_scan_id": {
10406
10452
"type": "string",
10407
10453
"description": "The ID of the head full scan of the repository",
10408
- "default": ""
10454
+ "default": "",
10455
+ "nullable": true
10409
10456
},
10410
10457
"name": {
10411
10458
"type": "string",
@@ -10415,12 +10462,14 @@
10415
10462
"description": {
10416
10463
"type": "string",
10417
10464
"description": "The description of the repository",
10418
- "default": ""
10465
+ "default": "",
10466
+ "nullable": true
10419
10467
},
10420
10468
"homepage": {
10421
10469
"type": "string",
10422
10470
"description": "The homepage URL of the repository",
10423
- "default": ""
10471
+ "default": "",
10472
+ "nullable": true
10424
10473
},
10425
10474
"visibility": {
10426
10475
"type": "string",
10429
10478
"private"
10430
10479
],
10431
10480
"description": "The visibility of the repository",
10432
- "default": "private"
10481
+ "default": "private",
10482
+ "nullable": true
10433
10483
},
10434
10484
"archived": {
10435
10485
"type": "boolean",
10439
10489
"default_branch": {
10440
10490
"type": "string",
10441
10491
"description": "The default branch of the repository",
10442
- "default": "main"
10492
+ "default": "main",
10493
+ "nullable": true
10443
10494
}
10444
10495
},
10445
10496
"description": ""
10883
10934
"repo:create",
10884
10935
"repo:update",
10885
10936
"repo:delete",
10937
+ "repo-label",
10938
+ "repo-label:list",
10939
+ "repo-label:create",
10940
+ "repo-label:update",
10941
+ "repo-label:delete",
10886
10942
"full-scans",
10887
10943
"full-scans:list",
10888
10944
"full-scans:create",
11162
11218
"repo:create",
11163
11219
"repo:update",
11164
11220
"repo:delete",
11221
+ "repo-label",
11222
+ "repo-label:list",
11223
+ "repo-label:create",
11224
+ "repo-label:update",
11225
+ "repo-label:delete",
11165
11226
"full-scans",
11166
11227
"full-scans:list",
11167
11228
"full-scans:create",
11367
11428
"repo:create",
11368
11429
"repo:update",
11369
11430
"repo:delete",
11431
+ "repo-label",
11432
+ "repo-label:list",
11433
+ "repo-label:create",
11434
+ "repo-label:update",
11435
+ "repo-label:delete",
11370
11436
"full-scans",
11371
11437
"full-scans:list",
11372
11438
"full-scans:create",
0 commit comments