Skip to content

Commit 6fc520e

Browse files
committed
Add missing maxBatchSize field in schema
1 parent 8b894e8 commit 6fc520e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
"responseKey": {
106106
"type": "string",
107107
"description": "(Non-optional when propertyBatchKey is used) The key in the response objects corresponds to `batchKey`. This should be the only field that are marked as required in your swagger endpoint response, except nestedPath."
108+
},
109+
"maxBatchSize": {
110+
"type": "integer",
111+
"description": "(Optional) Limits the number of items that can be batched together in a single request. When more items are requested than this limit, multiple requests will be made. This can help prevent hitting URI length limits or timeouts for large batches."
108112
}
109113
},
110114
"dependencies": {

0 commit comments

Comments
 (0)