From 506116f0acb73d484dd3cd0b3a383d74bd2b8971 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Tue, 24 Nov 2020 14:58:19 +0900 Subject: [PATCH] chg: [json] sort --- objects/process/definition.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/objects/process/definition.json b/objects/process/definition.json index 7d19efb..4af8ab1 100644 --- a/objects/process/definition.json +++ b/objects/process/definition.json @@ -11,7 +11,6 @@ "disable_correlation": true, "misp-attribute": "text", "multiple": true, - "disable_correlation": true, "ui-priority": 1 }, "command-line": { @@ -33,14 +32,14 @@ }, "fake-process-name": { "description": "Is the process spawned under a false name.", + "disable_correlation": true, + "misp-attribute": "boolean", + "multiple": false, "sane_default": [ "1", "0" ], - "ui-priority": 1, - "misp-attribute": "boolean", - "multiple": false, - "disable_correlation": true + "ui-priority": 1 }, "guid": { "description": "The globally unique identifier of the assigned by the vendor product",