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

"anyOf":
  - {$ref:  "/response/plugin/receive"}
  - {$ref:  "/response/plugin/frame"}
