5188.yaml 429 B

123456789101112131415161718192021222324
  1. openapi: 3.0.0
  2. servers: []
  3. info:
  4. description: sdf
  5. version: "1.0.0"
  6. title: Swagger Petstore
  7. paths:
  8. /pet:
  9. get:
  10. tags:
  11. - default
  12. summary:
  13. whatever: 123
  14. operationId: objectSummary
  15. responses:
  16. '405':
  17. description: Invalid input
  18. post:
  19. tags:
  20. - default
  21. operationId: noSummary
  22. responses:
  23. '405':
  24. description: Invalid input