Skip to content

Commit

Permalink
Fix H class in outfittings schema
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthorNet committed Dec 21, 2015
1 parent 0432174 commit fa0897b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/outfitting-v1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"enum": [ "0", "1", "2", "3", "4", "5", "6", "7", "8" ]
},
"rating": {
"enum": [ "I", "A", "B", "C", "D", "E", "F", "G" ]
"enum": [ "I", "A", "B", "C", "D", "E", "F", "G", "H" ]
},
"mount": {
"enum": [ "Fixed", "Gimballed", "Turreted" ],
Expand Down

0 comments on commit fa0897b

Please sign in to comment.