openapi.json 883 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "openapi": "3.1.0",
  3. "info": {
  4. "title": "niosx API ",
  5. "description": "This is a niosx server",
  6. "version": "0.5.0",
  7. "license": {
  8. "name": "GNU General Public License v3.0 or later",
  9. "url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
  10. "identifier" : "GPL-3.0-or-later"
  11. },
  12. "contact": {
  13. "name": "niosx support",
  14. "url": "https://niosx.example.com/support",
  15. "email": "support@niosx.example.com"
  16. },
  17. "termsOfService": "https://niosx.terms.of.service"
  18. },
  19. "paths": {
  20. },
  21. "servers": [
  22. {
  23. "url": "{partner}/api/{version}/{env}",
  24. "description": "A niosx {env} server",
  25. "variables": {
  26. "partner": {
  27. "default": "niosx",
  28. "description": "The demo server"
  29. },
  30. "version": {
  31. "default": "v1"
  32. }
  33. }
  34. }
  35. ]
  36. }