I found solution to this problem
components:
schemas:
Example:
type: object
properties:
name:
type: string
prop1:
type: string
customName:
type: object
additionalProperties:
type: string
this way I have clear documentation in Schemas part schemas presentation in swagger