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 { 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
@ -72,4 +75,6 @@ batch_operation {
} }
} }
} }
}
}
} }