Compute module specification - gregsharp/dataclasp GitHub Wiki

Schema

  • name: string
  • type: compute-module
  • options: sequence

name

The name must be unique over all compute modules.

options

  • name: string
  • type: string | string-list | filename | filename-list | float | float-list | int | int-list
  • [ alias: string-list ]
  • [ default: value-of-option-type ]
  • [ has-argument: yes | no | optional ]
  • [ help: string ]
  • [ required: boolean ]

Unresolved questions

  • Can there be more than one type allowed?