diff options
| author | Ernst Widerberg <ernst@sunet.se> | 2022-03-30 13:13:32 +0200 |
|---|---|---|
| committer | Ernst Widerberg <ernst@sunet.se> | 2022-03-30 13:13:32 +0200 |
| commit | bc3391d39fd987dafb7f8027b4475982bc37a50c (patch) | |
| tree | 0659c7729210f02236ac3d6b605c9b79f5e25279 /example_data_2.json | |
| parent | c21b3cc14a655f2709b26d77036dfeb81f6c6ff1 (diff) | |
Edit data format
Diffstat (limited to 'example_data_2.json')
| -rw-r--r-- | example_data_2.json | 22 |
1 files changed, 10 insertions, 12 deletions
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" } } } |
