Add sync API to plugin SDK

This commit is contained in:
2026-06-27 12:36:31 +08:00
parent 0cbab61826
commit cdc0b373d8
10 changed files with 148 additions and 8 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
"apiVersion": {
"type": "string",
"description": "Verstak Platform API version this plugin targets",
"pattern": "^\\d+$"
"pattern": "^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9.]+)?$"
},
"description": {
"type": "string",