mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-15 11:21:49 +01:00
Merge pull request #15095 from ywk253100/210609_repo
Set "x-omitempty" as "false" for the pull count and artifact count of…
This commit is contained in:
commit
d93961c512
@ -5656,10 +5656,12 @@ definitions:
|
||||
type: integer
|
||||
format: int64
|
||||
description: The count of the artifacts inside the repository
|
||||
x-omitempty: false
|
||||
pull_count:
|
||||
type: integer
|
||||
format: int64
|
||||
description: The count that the artifact inside the repository pulled
|
||||
x-omitempty: false
|
||||
creation_time:
|
||||
type: string
|
||||
format: date-time
|
||||
|
Loading…
Reference in New Issue
Block a user