Fix schema

This commit is contained in:
allegroai 2021-05-03 18:01:29 +03:00
parent 9ae2943f7d
commit 66cc49313b

View File

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