Skip to content

Commit fa0897b

Browse files
committed
Fix H class in outfittings schema
1 parent 0432174 commit fa0897b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/outfitting-v1.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"enum": [ "0", "1", "2", "3", "4", "5", "6", "7", "8" ]
108108
},
109109
"rating": {
110-
"enum": [ "I", "A", "B", "C", "D", "E", "F", "G" ]
110+
"enum": [ "I", "A", "B", "C", "D", "E", "F", "G", "H" ]
111111
},
112112
"mount": {
113113
"enum": [ "Fixed", "Gimballed", "Turreted" ],

0 commit comments

Comments
 (0)