Skip to content

Commit be7c1cb

Browse files
committed
docs: add missing fields to plugin schema
1 parent ae5cb77 commit be7c1cb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

schemas/plugin.schema.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
},
187187
"group": {
188188
"type": "string",
189-
"description":"Optional categorization for documentation generation. Groups related methods together (e.g., 'File Operations', 'Network', 'Configuration'). Used to organize API documentation."
189+
"description": "Optional categorization for documentation generation. Groups related methods together (e.g., 'File Operations', 'Network', 'Configuration'). Used to organize API documentation."
190190
},
191191
"description": {
192192
"type": "string",
@@ -336,8 +336,6 @@
336336
"name",
337337
"handleType",
338338
"invalidValue",
339-
"constructors",
340-
"destructor",
341339
"bindings"
342340
],
343341
"properties": {
@@ -347,6 +345,10 @@
347345
"pattern": "^[A-Z][a-zA-Z0-9_]*$",
348346
"minLength": 1
349347
},
348+
"group": {
349+
"type": "string",
350+
"description": "Optional categorization for documentation generation. Groups related methods together (e.g., 'File Operations', 'Network', 'Configuration'). Used to organize API documentation."
351+
},
350352
"description": {
351353
"type": "string",
352354
"description": "Detailed explanation of what this class represents, its purpose, and how it manages the underlying resource. Include any important lifecycle or usage notes."

0 commit comments

Comments
 (0)