File tree 2 files changed +255
-134
lines changed
2 files changed +255
-134
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ components:
382
382
description : Date as unix timestamp
383
383
state :
384
384
$ref : ' #/components/schemas/State'
385
- last_changed_date :
385
+ last_state_change_date :
386
386
type : integer
387
387
description : Date as unix timestamp
388
388
categories :
@@ -421,6 +421,37 @@ components:
421
421
type : string
422
422
state_name :
423
423
type : string
424
+ required :
425
+ - id
426
+ - name
427
+ - version
428
+ - html_url
429
+ - tagline
430
+ - artifact_url
431
+ - downloads
432
+ - score
433
+ - repo_id
434
+ - repo_name
435
+ - project_id
436
+ - project_name
437
+ - build_id
438
+ - build_number
439
+ - build_commit
440
+ - description_url
441
+ - icon_url
442
+ - is_obsolete
443
+ - is_pre_release
444
+ - is_outdated
445
+ - is_official
446
+ - submission_date
447
+ - state
448
+ - last_state_change_date
449
+ - categories
450
+ - keywords
451
+ - api
452
+ - deps
453
+ - producers
454
+ - state_name
424
455
CategoryName :
425
456
type : object
426
457
properties :
You can’t perform that action at this time.
0 commit comments