Mock API Response Policy
Returns example responses from the OpenAPI document associated with this route.
Configuration
{
"name": "my-mock-api-inbound-policy",
"policyType": "mock-api-inbound",
"handler": {
"export": "MockApiInboundPolicy",
"module": "$import(@zuplo/runtime)",
"options": {}
}
}
Read more about how policies work