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:
Wenkai Yin(尹文开) 2021-06-09 14:55:24 +08:00 committed by GitHub
commit d93961c512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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