Skip to content

Commit 766860b

Browse files
committed
camel case Id instead of ID, iDunno
1 parent a98cbfd commit 766860b

File tree

1 file changed

+3
-3
lines changed
  • shared-data/commandAnnotation/schemas

1 file changed

+3
-3
lines changed

shared-data/commandAnnotation/schemas/2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"baseAnnotation": {
66
"description": "Things all annotations have",
77
"type": "object",
8-
"required": ["annotationType", "annotationID"],
8+
"required": ["annotationType", "annotationId"],
99
"properties": {
10-
"annotationID": {
10+
"annotationId": {
1111
"description": "A unique identifier for a command annotation.",
1212
"type": "string"
1313
},
@@ -60,7 +60,7 @@
6060
"type": "object",
6161
"required": [
6262
"annotationType",
63-
"annotationID",
63+
"annotationId",
6464
"params",
6565
"userSpecifiedName"
6666
],

0 commit comments

Comments
 (0)