mirror of
https://github.com/clearml/clearml-server
synced 2025-02-12 07:38:28 +00:00
Fix schema
This commit is contained in:
parent
9ae2943f7d
commit
66cc49313b
@ -44,10 +44,13 @@ batch_operation {
|
||||
}
|
||||
}
|
||||
response {
|
||||
type: object
|
||||
properties {
|
||||
failures {
|
||||
type: array
|
||||
item {
|
||||
items {
|
||||
type: object
|
||||
properties {
|
||||
id: {
|
||||
description: ID of the failed entity
|
||||
type: string
|
||||
@ -58,7 +61,7 @@ batch_operation {
|
||||
properties {
|
||||
codes {
|
||||
type: array
|
||||
item {type: integer}
|
||||
items {type: integer}
|
||||
}
|
||||
msg {
|
||||
type: string
|
||||
@ -72,4 +75,6 @@ batch_operation {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user