Alfred Jonsson

Results 3 issues of Alfred Jonsson

## Status **READY** ## Description Fixes #1318 This splits response mocks where the response contains objects that have a base object. The specification in the linked issue is an example...

mock

## What are the steps to reproduce this issue? Using the following schema: ```yml paths: /api/sample: get: summary: sample responses: '200': description: Success content: application/json: schema: oneOf: - $ref: '#/components/schemas/TypeObj1'...

enhancement
mock

## What are the steps to reproduce this issue? Using the following schema: ```yml paths: /api/sample: get: summary: sample responses: '200': description: Success content: application/json: schema: oneOf: - $ref: '#/components/schemas/TypeObj1'...

enhancement