name: uuid-or-name
description: Either a UUID or node-name
in: path
required: true
schema:
  oneOf:
    - type: string
      format: uuid
    - type: string
      pattern: '[a-z0-9_-]{2,32}'