{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BatchRequestStructure", "type": "object", "properties": { "requests": { "type": "array" }, "suppress_parallel_execution": { "type": "boolean" } } }