From bc3391d39fd987dafb7f8027b4475982bc37a50c Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Wed, 30 Mar 2022 13:13:32 +0200 Subject: Edit data format --- example_data_2.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'example_data_2.json') diff --git a/example_data_2.json b/example_data_2.json index 4cc30da..1ef5e1a 100644 --- a/example_data_2.json +++ b/example_data_2.json @@ -32,18 +32,16 @@ "vulnerable": true } ], - "user_presentation": { - "description": "A presentation of the observation as a whole (optional)", - "data": { - "subject_cn": { - "data": "unknown", - "display_name": "Subject Common Name", - "description": "A description of this key (optional)" - }, - "end_of_general_support": { - "data": true, - "display_name": "End of general support" - } + "description": "A presentation of the observation as a whole (optional)", + "custom_data": { + "subject_cn": { + "data": "unknown", + "display_name": "Subject Common Name", + "description": "A description of this key (optional)" + }, + "end_of_general_support": { + "data": true, + "display_name": "End of general support" } } } -- cgit v1.1