diff options
Diffstat (limited to 'example_data_1.json')
-rw-r--r-- | example_data_1.json | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/example_data_1.json b/example_data_1.json index 2b819ea..2dbfff0 100644 --- a/example_data_1.json +++ b/example_data_1.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": false, - "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": false, + "display_name": "End of general support" } } } |