Skip to content

Commit

Permalink
Fix schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jun 20, 2024
1 parent 5810aea commit 064a924
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions autocorrect-website/public/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,8 @@
},
"definitions": {
"SeverityMode": {
"type": [
"number",
"string"
],
"enum": [
"off",
0,
"error",
1,
"warning",
2
]
"type": ["number", "string"],
"enum": ["off", 0, "error", 1, "warning", 2]
},
"FileType": {
"type": "string",
Expand Down Expand Up @@ -185,3 +175,4 @@
}
}
}
}

0 comments on commit 064a924

Please sign in to comment.