## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/request/io"
basePath: "io0"
description: "General purpose IO available on each io (io0 to io11)."

"anyOf":
  - {$ref: "/request/io/input"}
  - {$ref: "/request/io/input_detail"}
  - {$ref: "/request/io/output"}
  - {$ref: "/request/io/output_detail"}
  - {$ref: "/request/io/output_type"}
  - {$ref: "/request/io/pull_type"}
  - {$ref: "/request/io/deinit"}