Response Schema
The response schema is a serializable object that defines how to build the mocked response.
Full response schema definition.
Example:
{
status: 200,
body: 'Hello world'
}
The response schema is a serializable object that defines how to build the mocked response.
Full response schema definition.
Example:
{
status: 200,
body: 'Hello world'
}