5164.yaml 505 B

1234567891011121314151617181920212223
  1. openapi: "3.0.0"
  2. paths:
  3. /:
  4. post:
  5. requestBody:
  6. required: true
  7. content:
  8. multipart/form-data:
  9. schema:
  10. type: object
  11. properties:
  12. first:
  13. type: object
  14. example:
  15. one: abc
  16. two: 123
  17. second:
  18. type: array
  19. items:
  20. type: string
  21. example:
  22. - "hi"