From a839b4d0e82e69db86b9034e6db29d433e2595a2 Mon Sep 17 00:00:00 2001 From: Tai Lai Date: Wed, 10 Apr 2024 13:50:04 -0700 Subject: [PATCH] fix lint --- telemetry/definitions/commonDefinitions.json | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/telemetry/definitions/commonDefinitions.json b/telemetry/definitions/commonDefinitions.json index 4bc26961..0e88127f 100644 --- a/telemetry/definitions/commonDefinitions.json +++ b/telemetry/definitions/commonDefinitions.json @@ -425,6 +425,15 @@ "type": "double", "description": "The total size in bytes of customer project to perform security scan on" }, + { + "name": "codewhispererCodeScanScope", + "type": "string", + "description": "The scope of the security scan being performed", + "allowedValues": [ + "FILE", + "PROJECT" + ] + }, { "name": "codewhispererCodeScanSrcPayloadBytes", "type": "int", @@ -440,15 +449,6 @@ "type": "int", "description": "The number of security issues been detected" }, - { - "name": "codewhispererCodeScanScope", - "type": "string", - "description": "The scope of the security scan being performed", - "allowedValues": [ - "FILE", - "PROJECT" - ] - }, { "name": "codewhispererCompletionType", "type": "string", @@ -3425,6 +3425,10 @@ "type": "codewhispererCodeScanProjectBytes", "required": false }, + { + "type": "codewhispererCodeScanScope", + "required": false + }, { "type": "codewhispererCodeScanSrcPayloadBytes" }, @@ -3440,10 +3444,6 @@ { "type": "contextTruncationDuration" }, - { - "type": "codewhispererCodeScanScope", - "required": false - }, { "type": "credentialStartUrl", "required": false @@ -5628,4 +5628,4 @@ ] } ] -} +} \ No newline at end of file