Returns the authoring schema for Call-Off Order Rules: the complete set of
expression fields with their data types, allowed operators, nullability,
enum values, and the dynamic-attribute slot pointing at the tenant’s
call-off attribute catalog. Reflection-driven from the validator’s
[ExpressionContextProperty] metadata so the UI and server stay in
lockstep automatically.
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Response
OK
Response body for GET /commerce/rules/callOffOrder/schema. Tenant-scoped
authoring contract for rule-builder UIs — reflects
CallOffOrderExpressionContext and CallOffOrderItemExpressionContext
plus the tenant's dynamic call-off order attribute slot.
Schema-version identifier. Always "CallOffOrderExpressionContext" in v1.
One entry per dynamic slot. v1 has a single entry for attributes.*.
One entry per [ExpressionContextProperty] on the context: header
fields plus the flattened item-level fields under the items.*
namespace.

