## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/response/plugin/receive"

type: object
required: [receive]
properties:
  receive: {$ref: "/dataArray"}

