Tyk · Schema

BatchRequestStructure

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
requests array
suppress_parallel_execution boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-batch-request-structure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchRequestStructure",
  "type": "object",
  "properties": {
    "requests": {
      "type": "array"
    },
    "suppress_parallel_execution": {
      "type": "boolean"
    }
  }
}