3588AdminBackend/templates/test-template.json
2026-01-10 21:30:28 +08:00

16 lines
263 B
JSON

{
"name": "test-template",
"schema": {
"type": "object",
"properties": {
"fps": {
"type": "integer"
}
}
},
"body": {
"global": {
"fps": "{{fps}}"
}
}
}