
# x-apigateway-orchestrations
**含义**： API请求参数的编排规则列表。
**作用域** ： [Operation Object(2.0)](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#operation-object)/[Operation Object(3.0)](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md#operation-object)
**示例**：
```
paths:
  /:
    get:
      parameters:
        - maximum: 0
          minimum: 0
          maxLength: 0
          minLength: 0
          type: string
          x-apigateway-orchestrations:
            - Orchestration_114w
          x-apigateway-pass-through: always
          x-apigateway-sample: ''
          name: test
          in: query
          required: true`
```
