github.com/resonatecoop/user-api@v1.0.0-13.0.20220915120639-05dc9c04014a/third_party/OpenAPI/user/tag.swagger.json (about) 1 { 2 "swagger": "2.0", 3 "info": { 4 "title": "user/tag.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 "userRelatedUserGroup": { 46 "type": "object", 47 "properties": { 48 "id": { 49 "type": "string" 50 }, 51 "displayName": { 52 "type": "string" 53 }, 54 "avatar": { 55 "type": "string", 56 "format": "byte" 57 } 58 } 59 }, 60 "userSearchResults": { 61 "type": "object", 62 "properties": { 63 "people": { 64 "type": "array", 65 "items": { 66 "$ref": "#/definitions/userRelatedUserGroup" 67 } 68 }, 69 "artists": { 70 "type": "array", 71 "items": { 72 "$ref": "#/definitions/userRelatedUserGroup" 73 } 74 }, 75 "labels": { 76 "type": "array", 77 "items": { 78 "$ref": "#/definitions/userRelatedUserGroup" 79 } 80 } 81 } 82 } 83 } 84 }