16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"name": "test-template",
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"fps": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"body": {
|
|
"global": {
|
|
"fps": "{{fps}}"
|
|
}
|
|
}
|
|
} |