We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98cbfd commit 766860bCopy full SHA for 766860b
shared-data/commandAnnotation/schemas/2.json
@@ -5,9 +5,9 @@
5
"baseAnnotation": {
6
"description": "Things all annotations have",
7
"type": "object",
8
- "required": ["annotationType", "annotationID"],
+ "required": ["annotationType", "annotationId"],
9
"properties": {
10
- "annotationID": {
+ "annotationId": {
11
"description": "A unique identifier for a command annotation.",
12
"type": "string"
13
},
@@ -60,7 +60,7 @@
60
61
"required": [
62
"annotationType",
63
- "annotationID",
+ "annotationId",
64
"params",
65
"userSpecifiedName"
66
],
0 commit comments