|
214 | 214 | "type": "boolean", |
215 | 215 | "description": "Boolean value of whether or not a Cfn parameter file is provided." |
216 | 216 | }, |
217 | | - { |
218 | | - "name": "charsOfCodeAccepted", |
219 | | - "type": "int", |
220 | | - "description": "Number of characters of code accepted" |
221 | | - }, |
222 | | - { |
223 | | - "name": "charsOfCodeGenerated", |
224 | | - "type": "int", |
225 | | - "description": "Number of characters of code generated" |
226 | | - }, |
227 | 217 | { |
228 | 218 | "name": "checkType", |
229 | 219 | "type": "string", |
|
1303 | 1293 | "type": "string", |
1304 | 1294 | "description": "Application framework being used" |
1305 | 1295 | }, |
| 1296 | + { |
| 1297 | + "name": "generatedCharactersCount", |
| 1298 | + "type": "int", |
| 1299 | + "description": "Number of characters of code generated" |
| 1300 | + }, |
1306 | 1301 | { |
1307 | 1302 | "name": "generatedCount", |
1308 | 1303 | "type": "int", |
|
1452 | 1447 | "type": "string", |
1453 | 1448 | "description": "Language used for the project." |
1454 | 1449 | }, |
1455 | | - { |
1456 | | - "name": "latencyOfClientSideBuild", |
1457 | | - "type": "int", |
1458 | | - "description": "Time from start to end of Client-side build." |
1459 | | - }, |
1460 | | - { |
1461 | | - "name": "latencyOfGeneratingTests", |
1462 | | - "type": "int", |
1463 | | - "description": "Time from start to end of Generating unit tests" |
1464 | | - }, |
1465 | 1450 | { |
1466 | 1451 | "name": "loadFileTime", |
1467 | 1452 | "type": "int", |
|
2283 | 2268 | "required": false |
2284 | 2269 | }, |
2285 | 2270 | { |
2286 | | - "type": "acceptedLinesCount", |
2287 | | - "required": false |
2288 | | - }, |
2289 | | - { |
2290 | | - "type": "charsOfCodeAccepted", |
| 2271 | + "type": "cwsprChatAcceptedCharactersLength", |
2291 | 2272 | "required": false |
2292 | 2273 | }, |
2293 | 2274 | { |
2294 | | - "type": "charsOfCodeGenerated", |
| 2275 | + "type": "cwsprChatAcceptedNumberOfLines", |
2295 | 2276 | "required": false |
2296 | 2277 | }, |
2297 | 2278 | { |
|
2309 | 2290 | "type": "failedCount", |
2310 | 2291 | "required": false |
2311 | 2292 | }, |
| 2293 | + { |
| 2294 | + "type": "generatedCharactersCount", |
| 2295 | + "required": false |
| 2296 | + }, |
2312 | 2297 | { |
2313 | 2298 | "type": "generatedCount", |
2314 | 2299 | "required": false |
|
2380 | 2365 | "type": "acceptedCount", |
2381 | 2366 | "required": false |
2382 | 2367 | }, |
2383 | | - { |
2384 | | - "type": "acceptedLinesCount", |
2385 | | - "required": false |
2386 | | - }, |
2387 | 2368 | { |
2388 | 2369 | "type": "artifactsUploadDuration", |
2389 | 2370 | "required": false |
|
2397 | 2378 | "required": false |
2398 | 2379 | }, |
2399 | 2380 | { |
2400 | | - "type": "charsOfCodeAccepted", |
| 2381 | + "type": "codewhispererEndToEndLatency", |
2401 | 2382 | "required": false |
2402 | 2383 | }, |
2403 | 2384 | { |
2404 | | - "type": "charsOfCodeGenerated", |
| 2385 | + "type": "credentialStartUrl", |
2405 | 2386 | "required": false |
2406 | 2387 | }, |
2407 | 2388 | { |
2408 | | - "type": "codewhispererEndToEndLatency", |
| 2389 | + "type": "cwsprChatAcceptedCharactersLength", |
2409 | 2390 | "required": false |
2410 | 2391 | }, |
2411 | 2392 | { |
2412 | | - "type": "credentialStartUrl", |
| 2393 | + "type": "cwsprChatAcceptedNumberOfLines", |
2413 | 2394 | "required": false |
2414 | 2395 | }, |
2415 | 2396 | { |
2416 | 2397 | "type": "cwsprChatProgrammingLanguage" |
2417 | 2398 | }, |
| 2399 | + { |
| 2400 | + "type": "generatedCharactersCount", |
| 2401 | + "required": false |
| 2402 | + }, |
2418 | 2403 | { |
2419 | 2404 | "type": "generatedCount", |
2420 | 2405 | "required": false |
|
0 commit comments