I am drafting an API documentation with swagger.io and is trying to make it fit to our use case. The system is going to receive and process data from all sources, and they w
type: object without properties describes a free-form object. So the response schema can be:
type: object
properties
type: object properties: original: type: object processed: type: object properties: stdFieldA: type: string stdFieldB: type: string