Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "title": "FAA Airport Status",
  5. "description": "",
  6. "version": "1"
  7. },
  8. "basePath": "/airport",
  9. "paths": {
  10. "/status/{iata}": {
  11. "get": {
  12. "summary": "",
  13. "operationId": "",
  14. "parameters": [
  15. {
  16. "description": "",
  17. "name": "iata",
  18. "required": true,
  19. "type": "string",
  20. "in": "path"
  21. },
  22. {
  23. "default": "json",
  24. "description": "",
  25. "name": "format",
  26. "required": true,
  27. "type": "string",
  28. "in": "query"
  29. }
  30. ],
  31. "responses": {
  32. "200": {
  33. "schema": {},
  34. "description": ""
  35. }
  36. }
  37. }
  38. }
  39. },
  40. "definitions": {}
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement