Skip to content

Commit d55fb6b

Browse files
authored
docs: update required fields in plugin schema
1 parent f0b7aa9 commit d55fb6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

schemas/plugin.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@
334334
"description": "An object describing a class wrapper for handle-based resources.",
335335
"required": [
336336
"name",
337-
"type",
338-
"invalid",
337+
"handleType",
338+
"invalidValue",
339339
"constructors",
340340
"destructor",
341341
"bindings"
@@ -455,4 +455,4 @@
455455
}
456456
},
457457
"additionalProperties": false
458-
}
458+
}

0 commit comments

Comments
 (0)