mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 11:46:43 +01:00
Set "x-omitempty" as "false" for the pull count and artifact count of repository
Set "x-omitempty" as "false" for the pull count and artifact count of repository to avoid the missing of these properties in API response Signed-off-by: Wenkai Yin <yinw@vmware.com>
This commit is contained in:
parent
8a9801a9d4
commit
5d13b603c4
@ -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