## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/request/spi/write"
related: "/response/spi/read"

type: object
required: [data, read]
properties:
  data: {$ref: "/dataArray1024"}
  read:
    type: boolean
    default: true
    description: "If false, write without receive"

