Skip to content

Commit 45dec90

Browse files
authored
Fixes for events docs (#993)
Fixes for events docs AB#10264
1 parent 7a26d08 commit 45dec90

File tree

1 file changed

+0
-6
lines changed
  • content/developers/api-reference/events-api

1 file changed

+0
-6
lines changed

content/developers/api-reference/events-api/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ To minimize the impact, prior to switching to Asset-free Events, it is recommend
4141
{
4242
"trails": ["Clouseau"],
4343
"attributes": {
44-
"arc_display_type": "Safety Conformance",
4544
"Safety Rating": "90",
4645
"inspector": "Clouseau"
4746
},
@@ -68,7 +67,6 @@ To minimize the impact, prior to switching to Asset-free Events, it is recommend
6867
"identity": "events/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
6968
"attributes": {
7069
"inspector": "Clouseau",
71-
"arc_display_type": "Safety Conformance",
7270
"Safety Rating": "90"
7371
},
7472
"trails": [
@@ -88,8 +86,6 @@ To minimize the impact, prior to switching to Asset-free Events, it is recommend
8886
8987
### DataTrails Reserved Attributes
9088
91-
### DataTrails Reserved Attributes
92-
9389
The DataTrails platform has reserved attributes starting with `arc_` to perform specific capabilities.
9490
See [Reserved Attributes](/glossary/reserved-attributes/) for more info.
9591
@@ -221,7 +217,6 @@ Event records in DataTrails are assigned UUIDs at creation time and referred to
221217
"identity": "events/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
222218
"attributes": {
223219
"inspector": "Clouseau",
224-
"arc_display_type": "Safety Conformance",
225220
"Safety Rating": "90"
226221
},
227222
"trails": [
@@ -244,7 +239,6 @@ Event records in DataTrails are assigned UUIDs at creation time and referred to
244239
"identity": "events/yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy",
245240
"attributes": {
246241
"inspector": "Clouseau",
247-
"arc_display_type": "Safety Conformance",
248242
"Safety Rating": "99"
249243
},
250244
"trails": [

0 commit comments

Comments
 (0)