Skip to content

Commit

Permalink
Add d,v,w to JSONSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Aug 2, 2024
1 parent cb4ff64 commit df56a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/annotation-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"series": {
"description": "The peptide ion series this ion belongs to",
"type": "string",
"enum": ["b", "y", "a", "x", "c", "z"]
"enum": ["b", "y", "a", "x", "c", "z", "d", "v", "w"]
},
"position": {
"description": "The position from the appropriate terminal along the peptide this ion was fragmented at (starting with 1)",
Expand Down

0 comments on commit df56a98

Please sign in to comment.