Scenario
This guide uses the classic Pet Store example to build a fully enriched output JSON by combining the following sources:- Request body fields (JSONPath)
- Two request headers (
Content-Type,X-Request-Id) - A query parameter (
format) - Context variables (HTTP method, client IP, correlation ID, year, date-time, environment)
- JEXL ternary expressions (conditional operation type, computed summary)
- Custom intermediate variables (
petName,categoryLabel,statusLabel,nestedObject)

