| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "swagger": "2.0",
- "info": {
- "title": "internal/descriptor/apiconfig/apiconfig.proto",
- "version": "version not set"
- },
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "paths": {},
- "definitions": {
- "protobufAny": {
- "type": "object",
- "properties": {
- "typeUrl": {
- "type": "string"
- },
- "value": {
- "type": "string",
- "format": "byte"
- }
- }
- },
- "rpcStatus": {
- "type": "object",
- "properties": {
- "code": {
- "type": "integer",
- "format": "int32"
- },
- "message": {
- "type": "string"
- },
- "details": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/protobufAny"
- }
- }
- }
- }
- }
- }
|