Add Network to plugin info schema (#5492)

This commit is contained in:
2547techno
2024-07-05 19:25:39 -04:00
committed by GitHub
parent 7bfb5ac0a4
commit 0442b7a81b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
"type": "object",
"properties": {
"type": {
"enum": ["FilesystemRead", "FilesystemWrite"]
"enum": ["FilesystemRead", "FilesystemWrite", "Network"]
}
}
}