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 {
|
response {
|
||||||
|
type: object
|
||||||
|
properties {
|
||||||
failures {
|
failures {
|
||||||
type: array
|
type: array
|
||||||
item {
|
items {
|
||||||
type: object
|
type: object
|
||||||
|
properties {
|
||||||
id: {
|
id: {
|
||||||
description: ID of the failed entity
|
description: ID of the failed entity
|
||||||
type: string
|
type: string
|
||||||
@ -58,7 +61,7 @@ batch_operation {
|
|||||||
properties {
|
properties {
|
||||||
codes {
|
codes {
|
||||||
type: array
|
type: array
|
||||||
item {type: integer}
|
items {type: integer}
|
||||||
}
|
}
|
||||||
msg {
|
msg {
|
||||||
type: string
|
type: string
|
||||||
@ -73,3 +76,5 @@ batch_operation {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user