## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/request/display/raw"
description : "1 bit represents 1 dot. 1=white, 0=black. 1 byte is part of one line. Order is same like.<br/>
               {1byte} {2byte} {3byte}...{16byte}<br/>
               {17byte} {18byte} {19byte}...<br/>
               .....<br/>
               .....................{1024byte}"

type: object
required : [raw]
properties:
    raw : {$ref : "/imageData128x64"}
