4409.yaml 505 B

12345678910111213141516171819202122232425
  1. openapi: 3.0.0
  2. servers:
  3. - url: 'https://__host__/'
  4. info:
  5. description: Test API
  6. version: '1.0'
  7. title: Test API
  8. contact:
  9. name: Sample Person
  10. email: Sample.Person@adp.com
  11. tags:
  12. - name: Test API with Schema
  13. description: Test API with Schema
  14. paths:
  15. /myApi:
  16. get:
  17. operationId: some guid
  18. responses:
  19. '200':
  20. description: Returns documents
  21. description: Returns documents
  22. tags:
  23. - Test API with Schema
  24. summary: Test API with Schema