79403237

Date: 2025-01-31 15:38:29
Score: 1
Natty:
Report link

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

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Maddie