Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions content/developers/api-reference/events-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ To minimize the impact, prior to switching to Asset-free Events, it is recommend
{
"trails": ["Clouseau"],
"attributes": {
"arc_display_type": "Safety Conformance",
"Safety Rating": "90",
"inspector": "Clouseau"
},
Expand All @@ -68,7 +67,6 @@ To minimize the impact, prior to switching to Asset-free Events, it is recommend
"identity": "events/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"attributes": {
"inspector": "Clouseau",
"arc_display_type": "Safety Conformance",
"Safety Rating": "90"
},
"trails": [
Expand All @@ -88,8 +86,6 @@ To minimize the impact, prior to switching to Asset-free Events, it is recommend

### DataTrails Reserved Attributes

### DataTrails Reserved Attributes

The DataTrails platform has reserved attributes starting with `arc_` to perform specific capabilities.
See [Reserved Attributes](/glossary/reserved-attributes/) for more info.

Expand Down Expand Up @@ -221,7 +217,6 @@ Event records in DataTrails are assigned UUIDs at creation time and referred to
"identity": "events/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"attributes": {
"inspector": "Clouseau",
"arc_display_type": "Safety Conformance",
"Safety Rating": "90"
},
"trails": [
Expand All @@ -244,7 +239,6 @@ Event records in DataTrails are assigned UUIDs at creation time and referred to
"identity": "events/yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy",
"attributes": {
"inspector": "Clouseau",
"arc_display_type": "Safety Conformance",
"Safety Rating": "99"
},
"trails": [
Expand Down