Understand Safety JSON
Table of Contents
Guide Purpose:
- This guide IS designed to:
- Show where to locate safety JSON
- Show how to configure safety JSON
- This guide IS NOT designed to:
- Show how to edit safety JSON
How to Locate JSON Configuration
- Click on “Administration” Tab
- Select “Configuration” button
- Select “Companies” button
- Search and select the tenant
- For the purpose of this guide, we will use the master tenant “3rd Eye”
- Review the configuration field for Service and Safety JSON as highlighted in the BLUE box
How to Configure Safety JSON Scoring
-
“scoringConfig”
This is the JSON that opens the section for scoring configuration as highlighted in the BLUE box. Within this section all scoring configuration JSON will be embedded.
-
“Color”: “Red”
This line tells us what the color selected for this section as highlighted in the BLUE box. For ease of identification, all infraction categories have been color coded to make it easier to identify the category an infraction belongs. -
“name”: “Outcomes”
This line names this section which is the category of the infraction that will be listed below as highlighted in the ORANGE box - The Image below shows the result of the red section JSON on our 3rd Eye portal as highlighted in the GREEN box
- The Image below shows the result of the category name JSON on our 3rd Eye portal as highlighted in the YELLOW box
-
“column1”
This JSON opens a new column under the named category above as highlighted in BLUE -
“column2"
This JSON opens a second column under the same named category as highlighted in ORANGE
- The Image below shows the result of column 1 JSON on our 3rd Eye portal as highlighted in the BLUE box
- The Image below shows the result of column 2 JSON on our 3rd Eye portal as highlighted in the ORANGE box
-
“id”: 100,
This line identifies the tagged number of the infraction that will be part of the column as highlighted in the BLUE box -
“name”.”Animal Impact”
This line provides the name of the infraction associated with the ID as highlighted in the ORANGE box
- The Image below shows the result of the named infraction JSON on our 3rd Eye portal as highlighted in the BLUE All Infractions are arranged in alphabetical order and assigned to columns.
-
“Score”: 0,
This is the driver graded score the tenant provides for this infraction. This is the score that reflects on the safety dashboard as highlighted in the BLUE box -
“InternalScore”:, 10,:
This is the driver graded score 3rd Eye provides for this infraction as highlighted in the ORANGE box -
“Level”: 0:
This is the level of visibility of the infraction to the tenant as highlighted in the GREEN box- Level 0 means the tenant will want this infraction visible on their safety dashboard
- Level 20 is used when the tenant does not want the infraction to be visible on their safety dashboard
- The Image below shows the result of the score JSON on our status page in the 3rd Eye portal as highlighted in BLUE