## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/response/tcp/read"
desccription: "value changes are always notified."

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