Is it possible to use schemas on Expectations response data?

Hi I’ve seen that expectations response data use fixed data for its response (I know it has faker and nunjucks), is it possible to use schemas to enhance maintainability on our mocks?

Hello Sora, our Smart mock feature supports automatic mock data generated response according to schemas.

Yukio Ikeda Thanks for your response, according to this UI where can I use the schemas?


Hello, smart mock data are generated automatically and do not need to be configured in advanced mock. You just need to specify the response, and visit the mock URL, you’ll get the response Json directly.

Yukio Ikeda yes but I like the functionality of the schemas were I can parameterize easily our response body, I dont see a way on use schemas feature + Expectations feature


nvm found a way of using the response example on my expectations, thanks