{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MoveTemplate", "description": "", "type": "object", "properties": { "template_ids": { "type": "array", "items": { "type": "integer" } }, "new_folder_id": { "type": "integer", "nullable": true } }, "required": [ "new_folder_id", "template_ids" ] }