nodes:
  - id: 0
    ref: inputs.image
  - id: 1
    ref: inputs.angle
  - id: 2
    ref: models.rotation
  - id: 3
    ref: outputs.rotatedImage
edges:
  - from:
      id: 0
    to:
      id: 2
      port: img
  - from:
      id: 1
    to:
      id: 2
      port: angle
  - from:
      id: 2
      port: out
    to:
      id: 3
