Every C# function describes its inputs in the
InputSchema portion of the hypar.json. You can edit a function’s inputs from visual editor by:
- Navigating to the the “Inputs” section of the function editor in the Hypar web interface (during or after function creation)
- Running
hypar editfrom your function’s code (where you would usually run commands likehypar publish)
You may also edit the
input_schema property in hypar.json manually for greater control. This guide demonstrates the different ways inputs can be configured.