JSON representation of ContextConditionAnd
Conditions that are chained together
[{ type: "path", path: "/api/:id" }, { type: "method", method: "GET" }] Copy
[{ type: "path", path: "/api/:id" }, { type: "method", method: "GET" }]
Type of the condition (always "and" for ContextConditionAnd)
Generated using TypeDoc
JSON representation of ContextConditionAnd