openapiconfig.swagger.json 858 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "title": "internal/descriptor/openapiconfig/openapiconfig.proto",
  5. "version": "version not set"
  6. },
  7. "consumes": [
  8. "application/json"
  9. ],
  10. "produces": [
  11. "application/json"
  12. ],
  13. "paths": {},
  14. "definitions": {
  15. "protobufAny": {
  16. "type": "object",
  17. "properties": {
  18. "typeUrl": {
  19. "type": "string"
  20. },
  21. "value": {
  22. "type": "string",
  23. "format": "byte"
  24. }
  25. }
  26. },
  27. "rpcStatus": {
  28. "type": "object",
  29. "properties": {
  30. "code": {
  31. "type": "integer",
  32. "format": "int32"
  33. },
  34. "message": {
  35. "type": "string"
  36. },
  37. "details": {
  38. "type": "array",
  39. "items": {
  40. "$ref": "#/definitions/protobufAny"
  41. }
  42. }
  43. }
  44. }
  45. }
  46. }