{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UploadTemplateImage", "description": "", "type": "object", "properties": { "upload": { "type": "string", "format": "binary" } }, "required": [ "upload" ] }