{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "stream.json",
  "type": "array",
  "minItems": 1,
  "items": {
    "$ref": "./operator.json"
  }
}
