mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
refactor: Reduce zb binary size (#1783)
Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
@@ -1137,7 +1137,7 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/api.ImageTags"
|
||||
"$ref": "#/definitions/common.ImageTags"
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
@@ -1271,13 +1271,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"api.ImageTags": {
|
||||
"api.RepositoryList": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"repositories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
@@ -1285,10 +1282,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"api.RepositoryList": {
|
||||
"common.ImageTags": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"repositories": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user