github.com/resonatecoop/user-api@v1.0.0-13.0.20220915120639-05dc9c04014a/third_party/OpenAPI/user/user_messages.swagger.json (about) 1 { 2 "swagger": "2.0", 3 "info": { 4 "title": "package example;\npackage resonate.api.user;", 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 }