We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700bda3 commit e4ad959Copy full SHA for e4ad959
utils/swaggerDefinition.js
@@ -84,13 +84,39 @@ const swaggerOptions = {
84
},
85
dependsOn: {
86
type: 'array',
87
- items: []
+ items: {
88
+ taskid: {
89
+ type: 'string'
90
+ }
91
92
93
completionAward: {
- type: 'object'
94
+ type: 'object',
95
+ properties: {
96
+ gold: {
97
+ type: 'number'
98
+ },
99
+ silver: {
100
101
102
+ bronze: {
103
104
105
106
107
lossRate: {
108
109
110
111
112
113
114
115
116
117
118
119
120
}
121
122
0 commit comments