logo

Input types

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 edit from your functionโ€™s code (where you would usually run commands like hypar 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.
Share