Skip to content

Commit edbc5f5

Browse files
committed
Cannot start enum item with a number, so added prefix letter
1 parent 5e952fd commit edbc5f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

schemas/registered-alarms-value.avsc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"name": "AlarmLocation",
3939
"doc": "The alarm location",
4040
"symbols": [
41-
"1D",
42-
"2D",
43-
"3D",
44-
"4D",
45-
"5D",
41+
"S1D",
42+
"S2D",
43+
"S3D",
44+
"S4D",
45+
"S5D",
4646
"L1",
4747
"L2",
4848
"L3",

0 commit comments

Comments
 (0)