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